diff --git a/runtime/cere-dev/src/lib.rs b/runtime/cere-dev/src/lib.rs index 646a7c2df..b57a7cfd3 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: 61001, + spec_version: 61002, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 21, diff --git a/runtime/cere/src/lib.rs b/runtime/cere/src/lib.rs index 587b8c7d1..6521464b0 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: 61001, + spec_version: 61002, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 21,