Skip to content

Commit

Permalink
Increment RuntimeVersion (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea212 authored Jun 16, 2022
1 parent bef0b34 commit e6ca877
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 @@ -60,10 +60,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("zeitgeist"),
impl_name: create_runtime_str!("zeitgeist"),
authoring_version: 1,
spec_version: 36,
spec_version: 37,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 13,
transaction_version: 14,
state_version: 1,
};

Expand Down

0 comments on commit e6ca877

Please sign in to comment.