diff --git a/runtimes/mainnet/src/lib.rs b/runtimes/mainnet/src/lib.rs index aad6901ac..67f2678be 100644 --- a/runtimes/mainnet/src/lib.rs +++ b/runtimes/mainnet/src/lib.rs @@ -122,7 +122,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: 348, + spec_version: 349, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,