From cf0c6b0659ab0d33c60defacfdb8348fbfda8dd6 Mon Sep 17 00:00:00 2001 From: Gautham Date: Wed, 6 Dec 2023 09:27:28 +0530 Subject: [PATCH] Increment spec_version --- runtimes/mainnet/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/mainnet/src/lib.rs b/runtimes/mainnet/src/lib.rs index 347f28c9a..54c6a66c8 100644 --- a/runtimes/mainnet/src/lib.rs +++ b/runtimes/mainnet/src/lib.rs @@ -123,7 +123,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: 313, + spec_version: 314, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3,