From 8b2f5e23e91ae6795e49992afa60dcdabd22408c Mon Sep 17 00:00:00 2001 From: dylanVerstraete Date: Wed, 26 Jan 2022 13:08:31 +0100 Subject: [PATCH] chore: bump spec version --- 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 3ce0379d7..f2e8c9756 100644 --- a/substrate-node/runtime/src/lib.rs +++ b/substrate-node/runtime/src/lib.rs @@ -134,7 +134,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: 38, + spec_version: 39, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,