diff --git a/runtime/foucoco/src/lib.rs b/runtime/foucoco/src/lib.rs index 4540c6bb9..09386b0fb 100644 --- a/runtime/foucoco/src/lib.rs +++ b/runtime/foucoco/src/lib.rs @@ -232,7 +232,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("foucoco"), impl_name: create_runtime_str!("foucoco"), authoring_version: 1, - spec_version: 24, + spec_version: 25, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 8,