Skip to content

Commit

Permalink
bump version for rococo and litmus
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Jul 5, 2022
1 parent 4544a51 commit 05ccc47
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 @@ -147,7 +147,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: 9080,
spec_version: 9081,
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 @@ -151,7 +151,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: 9080,
spec_version: 9081,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 05ccc47

Please sign in to comment.