diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index eb7322dc2..909fafeba 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: 57, + spec_version: 58, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 10,