From f08db0c72eee28356b44bd7f6fc003f933cd456c Mon Sep 17 00:00:00 2001 From: Sergej Date: Sun, 11 Aug 2024 13:27:48 +0200 Subject: [PATCH] fix wrong spec version --- runtime/cocos/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/cocos/src/lib.rs b/runtime/cocos/src/lib.rs index 1f7277f6..8876252c 100644 --- a/runtime/cocos/src/lib.rs +++ b/runtime/cocos/src/lib.rs @@ -194,7 +194,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("regionx-parachain"), impl_name: create_runtime_str!("regionx-parachain"), authoring_version: 1, - spec_version: 2_000_001, + spec_version: 2_001_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,