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,