diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index e6af2691f53..12b7d6fb872 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -123,7 +123,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: 1090, + spec_version: 1100, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,