From d816496fedd5250b35374d6223d0cb2b6574f681 Mon Sep 17 00:00:00 2001 From: Dmitry Novikov Date: Tue, 20 Aug 2024 14:11:01 +0400 Subject: [PATCH] bump runtime spec version --- runtime/vara/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index 165c2ed3737..9caf02913ec 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -170,7 +170,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: 1420, + spec_version: 1421, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,