Skip to content

Commit

Permalink
Bump spec and transaction version for Foucoco (#370)
Browse files Browse the repository at this point in the history
* Bump spec and transaction version for Foucoco

* Bump spec and transaction version to 7
  • Loading branch information
bogdanS98 authored Jan 19, 2024
1 parent b786560 commit cbe4614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/foucoco/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!("foucoco"),
impl_name: create_runtime_str!("foucoco"),
authoring_version: 1,
spec_version: 4,
spec_version: 7,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 4,
transaction_version: 7,
state_version: 1,
};

Expand Down

0 comments on commit cbe4614

Please sign in to comment.