From 07a78cdbccbff8ee4b32db858a18fbd4ec4fd9d3 Mon Sep 17 00:00:00 2001 From: dandanlen <3168260+dandanlen@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:27:29 +0100 Subject: [PATCH] chore: runtime-version-bump (#4178) --- state-chain/runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state-chain/runtime/src/lib.rs b/state-chain/runtime/src/lib.rs index 7516effb37..dee86a92a2 100644 --- a/state-chain/runtime/src/lib.rs +++ b/state-chain/runtime/src/lib.rs @@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("chainflip-node"), impl_name: create_runtime_str!("chainflip-node"), authoring_version: 1, - spec_version: 22, + spec_version: 23, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 5,