diff --git a/runtime/cere/src/lib.rs b/runtime/cere/src/lib.rs index 72b65bc1b..8af9b762f 100644 --- a/runtime/cere/src/lib.rs +++ b/runtime/cere/src/lib.rs @@ -143,7 +143,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: 541278, + spec_version: 54128, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 19,