Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
surangap committed Jul 22, 2024
1 parent d20594e commit 250eaca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("root"),
impl_name: create_runtime_str!("root"),
authoring_version: 1,
spec_version: 54,
spec_version: 55,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 9,
transaction_version: 10,
state_version: 0,
};

Expand Down

0 comments on commit 250eaca

Please sign in to comment.