From ef7d7b36b07da19133ae85f51d7a6fbdaf32c6cb Mon Sep 17 00:00:00 2001 From: Harald Heckmann Date: Wed, 11 Oct 2023 20:23:54 +0200 Subject: [PATCH] Bump BS RuntimeVersion --- runtime/battery-station/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/battery-station/src/lib.rs b/runtime/battery-station/src/lib.rs index d39d2250d..37ff5bcf9 100644 --- a/runtime/battery-station/src/lib.rs +++ b/runtime/battery-station/src/lib.rs @@ -105,10 +105,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("zeitgeist"), impl_name: create_runtime_str!("zeitgeist"), authoring_version: 1, - spec_version: 49, + spec_version: 50, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 24, + transaction_version: 25, state_version: 1, };