Skip to content

Commit

Permalink
Merge pull request #632 from gregdhill/chore/runtime-v1.14.0
Browse files Browse the repository at this point in the history
chore: bump spec versions for 1.14.0
  • Loading branch information
sander2 authored Jun 7, 2022
2 parents c2d36f8 + c3d3bf4 commit f27a87b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parachain/runtime/interlay/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("interlay-parachain"),
impl_name: create_runtime_str!("interlay-parachain"),
authoring_version: 1,
spec_version: 3, // 1.12.0
spec_version: 3, // 1.14.0
impl_version: 1,
transaction_version: 2, // added preimage
apis: RUNTIME_API_VERSIONS,
Expand Down
2 changes: 1 addition & 1 deletion parachain/runtime/kintsugi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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: 16, // 1.13.0
spec_version: 17, // 1.14.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 @@ -90,7 +90,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: 7, // 1.13.0
spec_version: 8, // 1.14.0
impl_version: 1,
transaction_version: 1, // added preimage
apis: RUNTIME_API_VERSIONS,
Expand Down

0 comments on commit f27a87b

Please sign in to comment.