From 39ff960e16b39ba5b54cb69b70a3b5e6fcec85b5 Mon Sep 17 00:00:00 2001 From: olegnn Date: Mon, 9 Dec 2024 19:54:54 +0400 Subject: [PATCH] Bump up `spec_version` --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 9226dbf40..3776eb0e0 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -200,7 +200,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("dock-pos-dev-runtime"), impl_name: create_runtime_str!("Dock"), authoring_version: 1, - spec_version: 65, + spec_version: 66, impl_version: 2, transaction_version: 2, apis: RUNTIME_API_VERSIONS,