diff --git a/runtime/cere-dev/src/lib.rs b/runtime/cere-dev/src/lib.rs index cf0cc2af2..179a4f035 100644 --- a/runtime/cere-dev/src/lib.rs +++ b/runtime/cere-dev/src/lib.rs @@ -153,7 +153,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 61005, + spec_version: 61007, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 23, diff --git a/runtime/cere/src/lib.rs b/runtime/cere/src/lib.rs index a81dfdf03..7a8100782 100644 --- a/runtime/cere/src/lib.rs +++ b/runtime/cere/src/lib.rs @@ -147,7 +147,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 61005, + spec_version: 61007, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 23,