Skip to content

Commit

Permalink
version 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el committed Feb 7, 2024
1 parent 6ee9f05 commit 08cc743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtimes/peregrine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("mashnet-node"),
impl_name: create_runtime_str!("mashnet-node"),
authoring_version: 4,
spec_version: 11200,
spec_version: 11210,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 8,
Expand Down
2 changes: 1 addition & 1 deletion runtimes/spiritnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kilt-spiritnet"),
impl_name: create_runtime_str!("kilt-spiritnet"),
authoring_version: 1,
spec_version: 11200,
spec_version: 11210,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 8,
Expand Down

0 comments on commit 08cc743

Please sign in to comment.