From 12138dd09fd42aadb714cd27b7418b5ca48185da Mon Sep 17 00:00:00 2001 From: Alistair Singh Date: Thu, 1 Feb 2024 16:07:15 +0200 Subject: [PATCH] bump version --- polkadot/runtime/rococo/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs index 79c848221fbfd..d89d4833d590d 100644 --- a/polkadot/runtime/rococo/src/lib.rs +++ b/polkadot/runtime/rococo/src/lib.rs @@ -150,7 +150,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("rococo"), impl_name: create_runtime_str!("parity-rococo-v2.0"), authoring_version: 0, - spec_version: 1_006_002, + spec_version: 1_006_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 24,