Skip to content

Commit

Permalink
Bump to node version 2.0.1 and impl version 1 (#424) (#426)
Browse files Browse the repository at this point in the history
Co-authored-by: imstar15 <[email protected]>
  • Loading branch information
chrisli30 and imstar15 committed Sep 14, 2023
1 parent 94045af commit 0bc7d48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/neumann/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("neumann"),
authoring_version: 1,
spec_version: 295,
impl_version: 0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 17,
state_version: 0,
Expand Down
2 changes: 1 addition & 1 deletion runtime/oak/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("oak"),
authoring_version: 1,
spec_version: 295,
impl_version: 0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 18,
state_version: 0,
Expand Down
2 changes: 1 addition & 1 deletion runtime/turing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("turing"),
authoring_version: 1,
spec_version: 295,
impl_version: 0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 18,
state_version: 0,
Expand Down

0 comments on commit 0bc7d48

Please sign in to comment.