Skip to content

Commit

Permalink
433 bump version for pendulum release 14 (#434)
Browse files Browse the repository at this point in the history
* Bump pendulum spec version to 14

* Bump `Cargo.lock`
  • Loading branch information
ebma authored Mar 14, 2024
1 parent 93e1b44 commit b13f463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 60 deletions.
61 changes: 2 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/pendulum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("pendulum"),
impl_name: create_runtime_str!("pendulum"),
authoring_version: 1,
spec_version: 13,
spec_version: 14,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 10,
Expand Down

0 comments on commit b13f463

Please sign in to comment.