Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e33ea71

Browse files
committedAug 30, 2024·
increase spec_version
1 parent 4c6156d commit e33ea71

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: 11401,
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: 11401,
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: 11401,
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: 11401,
114114
impl_version: 0,
115115
apis: RUNTIME_API_VERSIONS,
116116
transaction_version: 9,

‎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: 11401,
113113
impl_version: 0,
114114
apis: RUNTIME_API_VERSIONS,
115115
transaction_version: 9,

0 commit comments

Comments
 (0)
Please sign in to comment.