Skip to content

Commit bdcc3f9

Browse files
committed
bump version
1 parent 403e2b6 commit bdcc3f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

runtimes/kestrel/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
123123
spec_name: create_runtime_str!("kilt-kestrel"),
124124
impl_name: create_runtime_str!("kilt-kestrel"),
125125
authoring_version: 4,
126-
spec_version: 11500,
126+
spec_version: 11501,
127127
impl_version: 0,
128128
apis: RUNTIME_API_VERSIONS,
129129
transaction_version: 6,

runtimes/peregrine/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
7878
spec_name: create_runtime_str!("mashnet-node"),
7979
impl_name: create_runtime_str!("mashnet-node"),
8080
authoring_version: 4,
81-
spec_version: 11500,
81+
spec_version: 11501,
8282
impl_version: 0,
8383
apis: RUNTIME_API_VERSION,
8484
transaction_version: 8,

runtimes/spiritnet/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
7777
spec_name: create_runtime_str!("kilt-spiritnet"),
7878
impl_name: create_runtime_str!("kilt-spiritnet"),
7979
authoring_version: 1,
80-
spec_version: 11500,
80+
spec_version: 11501,
8181
impl_version: 0,
8282
apis: RUNTIME_API_VERSION,
8383
transaction_version: 8,

0 commit comments

Comments
 (0)