diff --git a/runtime/frequency/src/lib.rs b/runtime/frequency/src/lib.rs index d278f310f8..99be7c7669 100644 --- a/runtime/frequency/src/lib.rs +++ b/runtime/frequency/src/lib.rs @@ -262,7 +262,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("frequency"), impl_name: create_runtime_str!("frequency"), authoring_version: 1, - spec_version: 67, + spec_version: 68, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -276,7 +276,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("frequency-rococo"), impl_name: create_runtime_str!("frequency"), authoring_version: 1, - spec_version: 67, + spec_version: 68, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,