From 9de1116a62dcfb64b3aaa5cdb07dd1eb84d7928e Mon Sep 17 00:00:00 2001 From: Gautham Date: Tue, 5 Oct 2021 20:16:13 +0530 Subject: [PATCH] Increment runtime spec version --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 48280c6b1..e4a703d0a 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -118,7 +118,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: 270, + spec_version: 271, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,