From 06ccac5b61024f831998b4299b6c1f77e7036f85 Mon Sep 17 00:00:00 2001 From: surangap <19677661+surangap@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:59:34 +1200 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 06c1b533d..1f1f7e719 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -158,7 +158,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("root"), impl_name: create_runtime_str!("root"), authoring_version: 1, - spec_version: 55, + spec_version: 56, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 10,