From 9ab93aca754e2392e4703176fcf8a28e6ebdbe98 Mon Sep 17 00:00:00 2001 From: Gianfranco Date: Mon, 2 Jun 2025 09:28:23 -0300 Subject: [PATCH] bump to spec 24 --- 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 34e7ed359..c4be8edd7 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: 23, + spec_version: 24, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 8,