From 140d32d7df8debd3e72835da212136711d8f34c8 Mon Sep 17 00:00:00 2001 From: Gautham Date: Fri, 19 Apr 2024 13:23:33 +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 aad6901ac..67f2678be 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: 348, + spec_version: 349, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,