diff --git a/runtime/frequency/src/lib.rs b/runtime/frequency/src/lib.rs index b4aec60d3e..d0a65b6082 100644 --- a/runtime/frequency/src/lib.rs +++ b/runtime/frequency/src/lib.rs @@ -375,7 +375,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("frequency"), impl_name: create_runtime_str!("frequency"), authoring_version: 1, - spec_version: 115, + spec_version: 116, impl_version: 0, apis: apis::RUNTIME_API_VERSIONS, transaction_version: 1, @@ -389,7 +389,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("frequency-testnet"), impl_name: create_runtime_str!("frequency"), authoring_version: 1, - spec_version: 115, + spec_version: 116, impl_version: 0, apis: apis::RUNTIME_API_VERSIONS, transaction_version: 1,