Skip to content

Commit 0bc7d48

Browse files
chrisli30imstar15
andauthored
Bump to node version 2.0.1 and impl version 1 (#424) (#426)
Co-authored-by: imstar15 <imstar15@qq.com>
1 parent 94045af commit 0bc7d48

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
@@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
172172
impl_name: create_runtime_str!("neumann"),
173173
authoring_version: 1,
174174
spec_version: 295,
175-
impl_version: 0,
175+
impl_version: 1,
176176
apis: RUNTIME_API_VERSIONS,
177177
transaction_version: 17,
178178
state_version: 0,

runtime/oak/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
172172
impl_name: create_runtime_str!("oak"),
173173
authoring_version: 1,
174174
spec_version: 295,
175-
impl_version: 0,
175+
impl_version: 1,
176176
apis: RUNTIME_API_VERSIONS,
177177
transaction_version: 18,
178178
state_version: 0,

runtime/turing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
176176
impl_name: create_runtime_str!("turing"),
177177
authoring_version: 1,
178178
spec_version: 295,
179-
impl_version: 0,
179+
impl_version: 1,
180180
apis: RUNTIME_API_VERSIONS,
181181
transaction_version: 18,
182182
state_version: 0,

0 commit comments

Comments
 (0)