Skip to content

Commit

Permalink
runtime version: 9052
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Apr 20, 2022
1 parent fffede0 commit 5e19505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/litmus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
authoring_version: 1,
// same versioning-mechanism as polkadot:
// last digit is used for minor updates, like 9110 -> 9111 in polkadot
spec_version: 9060,
spec_version: 9052,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
authoring_version: 1,
// same versioning-mechanism as polkadot:
// last digit is used for minor updates, like 9110 -> 9111 in polkadot
spec_version: 9060,
spec_version: 9052,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 5e19505

Please sign in to comment.