Skip to content

Commit

Permalink
Merge pull request #563 from gregdhill/chore/runtime-v1.11.0
Browse files Browse the repository at this point in the history
chore: bump kintsugi & testnet spec_version for 1.11.0
  • Loading branch information
sander2 authored Apr 8, 2022
2 parents f99456f + 0819481 commit f645a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parachain/runtime/kintsugi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kintsugi-parachain"),
impl_name: create_runtime_str!("kintsugi-parachain"),
authoring_version: 1,
spec_version: 13, // 1.10.0
spec_version: 14, // 1.11.0
impl_version: 1,
transaction_version: 3, // added preimage
apis: RUNTIME_API_VERSIONS,
Expand Down
2 changes: 1 addition & 1 deletion parachain/runtime/testnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("testnet-parachain"),
impl_name: create_runtime_str!("testnet-parachain"),
authoring_version: 1,
spec_version: 4, // 1.10.0
spec_version: 5, // 1.11.0
impl_version: 1,
transaction_version: 1, // added preimage
apis: RUNTIME_API_VERSIONS,
Expand Down

0 comments on commit f645a40

Please sign in to comment.