From 322e950b88432766a419fe4740b5d1b43331eba8 Mon Sep 17 00:00:00 2001 From: muharem Date: Thu, 8 Sep 2022 13:04:41 +0200 Subject: [PATCH] Common version pattern for Collectives runtime --- parachains/runtimes/collectives/collectives-polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs b/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs index 4343e36718b..6fcf134a638 100644 --- a/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs +++ b/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs @@ -100,7 +100,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("collectives"), impl_name: create_runtime_str!("collectives"), authoring_version: 1, - spec_version: 102, + spec_version: 9230, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0,