From 05bbba6f133837ea69ef1385e7c80668052f8206 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Wed, 6 Jul 2022 10:35:43 +0200 Subject: [PATCH] Backports from 0.9.25 (#5754) * Bump impl_version for Westend (#5745) * Bump Westend specs to 9251 --- polkadot/runtime/westend/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index b8139f77dc..70661cd67b 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -105,8 +105,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 9250, - impl_version: 0, + spec_version: 9251, + impl_version: 1, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")]