From 1135e9b0640d1b065a25a99ac9de03da43762c84 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 14 Aug 2024 10:23:14 +0800 Subject: [PATCH] Release `koi-6651` (#1563) --- runtime/koi/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/koi/src/lib.rs b/runtime/koi/src/lib.rs index 86e3252c1..d5e340e6f 100644 --- a/runtime/koi/src/lib.rs +++ b/runtime/koi/src/lib.rs @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Darwinia Koi"), impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"), authoring_version: 0, - spec_version: 6_6_5_0, + spec_version: 6_6_5_1, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0,