Skip to content

Commit be6d752

Browse files
committed
1.16.1
1 parent 2674104 commit be6d752

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

runtimes/peregrine/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
7979
spec_name: create_runtime_str!("mashnet-node"),
8080
impl_name: create_runtime_str!("mashnet-node"),
8181
authoring_version: 4,
82-
spec_version: 11600,
82+
spec_version: 11601,
8383
impl_version: 0,
8484
apis: RUNTIME_API_VERSION,
85-
transaction_version: 11,
85+
transaction_version: 12,
8686
state_version: 0,
8787
};
8888

runtimes/spiritnet/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
7878
spec_name: create_runtime_str!("kilt-spiritnet"),
7979
impl_name: create_runtime_str!("kilt-spiritnet"),
8080
authoring_version: 1,
81-
spec_version: 11600,
81+
spec_version: 11601,
8282
impl_version: 0,
8383
apis: RUNTIME_API_VERSION,
84-
transaction_version: 11,
84+
transaction_version: 12,
8585
state_version: 0,
8686
};
8787

0 commit comments

Comments
 (0)