Skip to content

Commit

Permalink
Bump spec version
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie <djptux@gmail.com>
  • Loading branch information
Dengjianping committed Feb 14, 2025
1 parent fddc081 commit 128e880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/calamari/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("calamari"),
impl_name: create_runtime_str!("calamari"),
authoring_version: 2,
spec_version: 4730,
spec_version: 4731,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 21,
Expand Down
2 changes: 1 addition & 1 deletion runtime/manta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("manta"),
impl_name: create_runtime_str!("manta"),
authoring_version: 1,
spec_version: 4730,
spec_version: 4731,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 10,
Expand Down

0 comments on commit 128e880

Please sign in to comment.