From 439cdfb2da4b9ff9c8fcc37d0337cd1fe0bbcd00 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Rios <54085674+JuaniRios@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:55:50 +0200 Subject: [PATCH] New Polimec release (#336) --- 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,