From 6ccd7ce1aaf1bd3a0c5d36e19a5d28a4e92b209a Mon Sep 17 00:00:00 2001 From: Juan Ignacio Rios Date: Mon, 24 Jun 2024 16:37:26 +0200 Subject: [PATCH] New Polimec release --- runtimes/polimec/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/polimec/src/lib.rs b/runtimes/polimec/src/lib.rs index 9b7c65ca0..42aa36308 100644 --- a/runtimes/polimec/src/lib.rs +++ b/runtimes/polimec/src/lib.rs @@ -205,7 +205,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polimec-mainnet"), impl_name: create_runtime_str!("polimec-mainnet"), authoring_version: 1, - spec_version: 0_007_003, + spec_version: 0_007_004, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,