Skip to content

Commit

Permalink
Bump to spec version 290 (#350)
Browse files Browse the repository at this point in the history
* Bump to node version 1.8.2 and spec version 290

* Revert "Auxiliary commit to revert individual files from 9180b1d"

This reverts commit c83b246656c540258efec6af2589df13728766d3.
  • Loading branch information
imstar15 committed Apr 13, 2023
1 parent 98f80bd commit 564a732
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 @@ -166,7 +166,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("neumann"),
impl_name: create_runtime_str!("neumann"),
authoring_version: 1,
spec_version: 289,
spec_version: 290,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 14,
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 @@ -166,7 +166,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("oak"),
impl_name: create_runtime_str!("oak"),
authoring_version: 1,
spec_version: 289,
spec_version: 290,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 14,
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 @@ -167,7 +167,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("turing"),
impl_name: create_runtime_str!("turing"),
authoring_version: 1,
spec_version: 289,
spec_version: 290,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 14,
Expand Down

0 comments on commit 564a732

Please sign in to comment.