From 436febf4077ffa0facc50362706b8c6c0ddca0e9 Mon Sep 17 00:00:00 2001 From: JasonTulp Date: Wed, 15 May 2024 17:35:20 +1200 Subject: [PATCH] Update spec_version to 54 --- runtime/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index e379925dd..2871d5c84 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -153,10 +153,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("root"), impl_name: create_runtime_str!("root"), authoring_version: 1, - spec_version: 53, + spec_version: 54, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 8, + transaction_version: 9, state_version: 0, };