From a1c41539a7bacad2122cd78254ed0da5213bd702 Mon Sep 17 00:00:00 2001 From: Gautham Date: Fri, 3 May 2024 15:53:44 +0300 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 acf284e2b..2e707e21e 100644 --- a/runtimes/mainnet/src/lib.rs +++ b/runtimes/mainnet/src/lib.rs @@ -122,7 +122,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: 350, + spec_version: 351, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,