From 52b0f9b8cab2e6199166b55f35bac3970ea2efeb Mon Sep 17 00:00:00 2001 From: "Alisher A. Khassanov" Date: Thu, 21 Nov 2024 10:51:13 +0500 Subject: [PATCH] Bump `spec_version` --- runtime/cere-dev/src/lib.rs | 2 +- runtime/cere/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/cere-dev/src/lib.rs b/runtime/cere-dev/src/lib.rs index 6c769115d..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: 61006, + 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 257a8f00e..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: 61006, + spec_version: 61007, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 23,