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, };