Skip to content

Commit

Permalink
chore(kensetsu): bump chainspec for stage runtime upgrade (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-N-Chernyshov authored May 6, 2024
1 parent 125b062 commit ef3bdef
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 @@ -256,10 +256,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("sora-substrate"),
impl_name: create_runtime_str!("sora-substrate"),
authoring_version: 1,
spec_version: 79,
spec_version: 80,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 79,
transaction_version: 80,
state_version: 0,
};

Expand Down

0 comments on commit ef3bdef

Please sign in to comment.