Skip to content

Commit d8b12ef

Browse files
committed
chore: bump spec_version
1 parent ab5ba7e commit d8b12ef

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dip-template/runtimes/dip-consumer/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
153153
spec_name: create_runtime_str!("dip-consumer-runtime-template"),
154154
impl_name: create_runtime_str!("dip-consumer-runtime-template"),
155155
authoring_version: 1,
156-
spec_version: 11400,
156+
spec_version: 11500,
157157
impl_version: 0,
158158
apis: RUNTIME_API_VERSIONS,
159159
transaction_version: 1,

dip-template/runtimes/dip-provider/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
154154
spec_name: create_runtime_str!("dip-provider-runtime-template"),
155155
impl_name: create_runtime_str!("dip-provider-runtime-template"),
156156
authoring_version: 1,
157-
spec_version: 11400,
157+
spec_version: 11500,
158158
impl_version: 0,
159159
apis: RUNTIME_API_VERSIONS,
160160
transaction_version: 1,

runtimes/kestrel/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
118118
spec_name: create_runtime_str!("kilt-kestrel"),
119119
impl_name: create_runtime_str!("kilt-kestrel"),
120120
authoring_version: 4,
121-
spec_version: 11400,
121+
spec_version: 11500,
122122
impl_version: 0,
123123
apis: RUNTIME_API_VERSIONS,
124124
transaction_version: 6,

runtimes/peregrine/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
110110
spec_name: create_runtime_str!("mashnet-node"),
111111
impl_name: create_runtime_str!("mashnet-node"),
112112
authoring_version: 4,
113-
spec_version: 11400,
113+
spec_version: 11500,
114114
impl_version: 0,
115115
apis: RUNTIME_API_VERSIONS,
116116
transaction_version: 8,

runtimes/spiritnet/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
109109
spec_name: create_runtime_str!("kilt-spiritnet"),
110110
impl_name: create_runtime_str!("kilt-spiritnet"),
111111
authoring_version: 1,
112-
spec_version: 11400,
112+
spec_version: 11500,
113113
impl_version: 0,
114114
apis: RUNTIME_API_VERSIONS,
115115
transaction_version: 8,

0 commit comments

Comments
 (0)