diff --git a/standalone/runtime/src/lib.rs b/standalone/runtime/src/lib.rs index 1c2d16167..2a911b7dd 100644 --- a/standalone/runtime/src/lib.rs +++ b/standalone/runtime/src/lib.rs @@ -144,7 +144,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 101, + spec_version: 102, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,