diff --git a/runtime/foucoco/src/lib.rs b/runtime/foucoco/src/lib.rs index 1b819a7e0..f48fbef00 100644 --- a/runtime/foucoco/src/lib.rs +++ b/runtime/foucoco/src/lib.rs @@ -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, };