Skip to content

Commit

Permalink
Bump to spec version 297 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 committed Jan 9, 2024
1 parent fcc0422 commit 182258c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions runtime/neumann/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("neumann"),
impl_name: create_runtime_str!("neumann"),
authoring_version: 1,
spec_version: 296,
impl_version: 1,
spec_version: 297,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 19,
transaction_version: 20,
state_version: 0,
};

Expand Down
6 changes: 3 additions & 3 deletions runtime/oak/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!("oak"),
impl_name: create_runtime_str!("oak"),
authoring_version: 1,
spec_version: 296,
impl_version: 3,
spec_version: 297,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 19,
transaction_version: 20,
state_version: 0,
};

Expand Down
6 changes: 3 additions & 3 deletions runtime/turing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("turing"),
impl_name: create_runtime_str!("turing"),
authoring_version: 1,
spec_version: 296,
impl_version: 3,
spec_version: 297,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 19,
transaction_version: 20,
state_version: 0,
};

Expand Down

0 comments on commit 182258c

Please sign in to comment.