Skip to content

Commit 22806bc

Browse files
authored
Bump to node version 2.1.1 and impl version 1(spec_version: 296) (#486)
1 parent 6f5442a commit 22806bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

runtime/neumann/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
174174
impl_name: create_runtime_str!("neumann"),
175175
authoring_version: 1,
176176
spec_version: 296,
177-
impl_version: 0,
177+
impl_version: 1,
178178
apis: RUNTIME_API_VERSIONS,
179179
transaction_version: 19,
180180
state_version: 0,

runtime/oak/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180180
impl_name: create_runtime_str!("oak"),
181181
authoring_version: 1,
182182
spec_version: 296,
183-
impl_version: 0,
183+
impl_version: 1,
184184
apis: RUNTIME_API_VERSIONS,
185185
transaction_version: 19,
186186
state_version: 0,

runtime/turing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
182182
impl_name: create_runtime_str!("turing"),
183183
authoring_version: 1,
184184
spec_version: 296,
185-
impl_version: 0,
185+
impl_version: 1,
186186
apis: RUNTIME_API_VERSIONS,
187187
transaction_version: 19,
188188
state_version: 0,

0 commit comments

Comments
 (0)