From f07316f2723eae97f0d5cb1b82c03bf6efb146e3 Mon Sep 17 00:00:00 2001 From: Clara van Staden Date: Tue, 30 Jan 2024 14:53:12 +0200 Subject: [PATCH] Bump Bridge Hub Rococo spec version (#3135) To deploy https://github.com/paritytech/polkadot-sdk/pull/3029 Co-authored-by: claravanstaden --- .../runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs index abe447a43b..5e928cfe81 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs @@ -203,7 +203,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("bridge-hub-rococo"), impl_name: create_runtime_str!("bridge-hub-rococo"), authoring_version: 1, - spec_version: 1_006_000, + spec_version: 1_006_001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4,