Skip to content

Commit

Permalink
Bump to spec version 294
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 committed Jun 14, 2023
1 parent 5966ba8 commit 50d71d6
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 @@ -171,10 +171,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("neumann"),
impl_name: create_runtime_str!("neumann"),
authoring_version: 1,
spec_version: 293,
spec_version: 294,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 16,
transaction_version: 17,
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 @@ -171,10 +171,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("oak"),
impl_name: create_runtime_str!("oak"),
authoring_version: 1,
spec_version: 293,
spec_version: 294,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 16,
transaction_version: 17,
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 @@ -175,10 +175,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("turing"),
impl_name: create_runtime_str!("turing"),
authoring_version: 1,
spec_version: 293,
spec_version: 294,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 16,
transaction_version: 17,
state_version: 0,
};

Expand Down

0 comments on commit 50d71d6

Please sign in to comment.