From 56bc6be28da7d6a23f90ec9ff377fd5516daa4b2 Mon Sep 17 00:00:00 2001 From: Georgy Shepelev Date: Thu, 21 Jul 2022 16:18:48 +0400 Subject: [PATCH] bump 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 5db112db456..e4efb0cddb0 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -122,7 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // The version of the runtime specification. A full node will not attempt to use its native // runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`, // `spec_version`, and `authoring_version` are the same between Wasm and native. - spec_version: 1380, + spec_version: 1390, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,