From 0844e50093f482ecdf29daa4e867b98d9e0cb2c9 Mon Sep 17 00:00:00 2001 From: dylanVerstraete Date: Mon, 28 Feb 2022 13:51:31 +0100 Subject: [PATCH] chore: bump runtime specVersion --- substrate-node/runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate-node/runtime/src/lib.rs b/substrate-node/runtime/src/lib.rs index c1cb6b506..275c6cf9b 100644 --- a/substrate-node/runtime/src/lib.rs +++ b/substrate-node/runtime/src/lib.rs @@ -136,7 +136,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("substrate-threefold"), impl_name: create_runtime_str!("substrate-threefold"), authoring_version: 1, - spec_version: 43, + spec_version: 44, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,