diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index b547f6dd7..6eb7384ad 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -153,7 +153,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("root"), impl_name: create_runtime_str!("root"), authoring_version: 1, - spec_version: 48, + spec_version: 49, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6,