Skip to content

Commit

Permalink
Bump to spec version 291 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 committed Apr 21, 2023
1 parent 26ff00f commit 418dfe5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions runtime/neumann/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("neumann"),
impl_name: create_runtime_str!("neumann"),
authoring_version: 1,
spec_version: 290,
spec_version: 291,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 14,
transaction_version: 15,
state_version: 0,
};

Expand Down
4 changes: 2 additions & 2 deletions runtime/oak/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("oak"),
impl_name: create_runtime_str!("oak"),
authoring_version: 1,
spec_version: 290,
spec_version: 291,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 14,
transaction_version: 15,
state_version: 0,
};

Expand Down
4 changes: 2 additions & 2 deletions runtime/turing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("turing"),
impl_name: create_runtime_str!("turing"),
authoring_version: 1,
spec_version: 290,
spec_version: 291,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 14,
transaction_version: 15,
state_version: 0,
};

Expand Down

0 comments on commit 418dfe5

Please sign in to comment.