diff --git a/runtime/cere-dev/src/lib.rs b/runtime/cere-dev/src/lib.rs index 0e448f72..e8558a87 100644 --- a/runtime/cere-dev/src/lib.rs +++ b/runtime/cere-dev/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: 61000, + spec_version: 63000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 18, diff --git a/runtime/cere/src/lib.rs b/runtime/cere/src/lib.rs index 1a982de0..f7252965 100644 --- a/runtime/cere/src/lib.rs +++ b/runtime/cere/src/lib.rs @@ -142,7 +142,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: 61000, + spec_version: 63000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 18,