Skip to content

Commit 217e08b

Browse files
authored
Merge pull request #941 from sander2/chore/bump-spec-version
chore: bump spec version to 1.21.10
2 parents eb77983 + 5b5c026 commit 217e08b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

parachain/runtime/interlay/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9494
spec_name: create_runtime_str!("interlay-parachain"),
9595
impl_name: create_runtime_str!("interlay-parachain"),
9696
authoring_version: 1,
97-
spec_version: 1021008,
97+
spec_version: 1021010,
9898
impl_version: 1,
9999
transaction_version: 2, // added preimage
100100
apis: RUNTIME_API_VERSIONS,

parachain/runtime/kintsugi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9292
spec_name: create_runtime_str!("kintsugi-parachain"),
9393
impl_name: create_runtime_str!("kintsugi-parachain"),
9494
authoring_version: 1,
95-
spec_version: 1021008,
95+
spec_version: 1021010,
9696
impl_version: 1,
9797
transaction_version: 3, // added preimage
9898
apis: RUNTIME_API_VERSIONS,

parachain/runtime/testnet-interlay/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9797
spec_name: create_runtime_str!("testnet-interlay"),
9898
impl_name: create_runtime_str!("testnet-interlay"),
9999
authoring_version: 1,
100-
spec_version: 1021008,
100+
spec_version: 1021010,
101101
impl_version: 1,
102102
transaction_version: 1, // added preimage
103103
apis: RUNTIME_API_VERSIONS,

parachain/runtime/testnet-kintsugi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9797
spec_name: create_runtime_str!("testnet-kintsugi"),
9898
impl_name: create_runtime_str!("testnet-kintsugi"),
9999
authoring_version: 1,
100-
spec_version: 1021008,
100+
spec_version: 1021010,
101101
impl_version: 1,
102102
transaction_version: 1, // added preimage
103103
apis: RUNTIME_API_VERSIONS,

0 commit comments

Comments
 (0)