diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 5db112db456..e4efb0cddb0 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -122,7 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // The version of the runtime specification. A full node will not attempt to use its native // runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`, // `spec_version`, and `authoring_version` are the same between Wasm and native. - spec_version: 1380, + spec_version: 1390, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,