From 45e8c8be8c19f15e4a5a7f1f9ef746939cff7bb7 Mon Sep 17 00:00:00 2001 From: Gianfranco Date: Thu, 24 Jul 2025 13:07:20 -0300 Subject: [PATCH] bump version --- runtime/foucoco/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/foucoco/src/lib.rs b/runtime/foucoco/src/lib.rs index 4540c6bb9..09386b0fb 100644 --- a/runtime/foucoco/src/lib.rs +++ b/runtime/foucoco/src/lib.rs @@ -232,7 +232,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("foucoco"), impl_name: create_runtime_str!("foucoco"), authoring_version: 1, - spec_version: 24, + spec_version: 25, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 8,