Skip to content

Commit

Permalink
Revert "Bump all RuntimeVersion"
Browse files Browse the repository at this point in the history
This reverts commit 80761b8.
  • Loading branch information
sea212 committed Oct 11, 2023
1 parent 80761b8 commit 27fb40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/battery-station/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("zeitgeist"),
impl_name: create_runtime_str!("zeitgeist"),
authoring_version: 1,
spec_version: 51,
spec_version: 49,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 26,
transaction_version: 24,
state_version: 1,
};

Expand Down

0 comments on commit 27fb40e

Please sign in to comment.