From a379fb210139d12c8a886c66a251ee2e5b3081cd Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 20 Sep 2023 06:46:46 -0500 Subject: [PATCH] Release `pango-6404` (#1281) --- runtime/pangolin/src/lib.rs | 2 +- runtime/pangoro/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/pangolin/src/lib.rs b/runtime/pangolin/src/lib.rs index 1f8b9c02e..6d5389855 100644 --- a/runtime/pangolin/src/lib.rs +++ b/runtime/pangolin/src/lib.rs @@ -87,7 +87,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Pangolin2"), impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"), authoring_version: 0, - spec_version: 6_4_0_3, + spec_version: 6_4_0_4, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/runtime/pangoro/src/lib.rs b/runtime/pangoro/src/lib.rs index 94d47d3b7..51dcb2896 100644 --- a/runtime/pangoro/src/lib.rs +++ b/runtime/pangoro/src/lib.rs @@ -86,7 +86,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Pangoro2"), impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"), authoring_version: 0, - spec_version: 6_4_0_3, + spec_version: 6_4_0_4, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0,