diff --git a/runtime/cere-dev/src/lib.rs b/runtime/cere-dev/src/lib.rs index ff5778e9e..3a9719d7c 100644 --- a/runtime/cere-dev/src/lib.rs +++ b/runtime/cere-dev/src/lib.rs @@ -130,7 +130,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: 48005, + spec_version: 48006, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 5,