From f72bab3de7fbad14ac7b2502ca1bbfdd474e9656 Mon Sep 17 00:00:00 2001 From: Marcel Ebert Date: Wed, 11 Jun 2025 11:36:00 +0200 Subject: [PATCH] Bump pendulum spec version to 21 --- runtime/pendulum/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/pendulum/src/lib.rs b/runtime/pendulum/src/lib.rs index ffd359a8d..52b1cf747 100644 --- a/runtime/pendulum/src/lib.rs +++ b/runtime/pendulum/src/lib.rs @@ -234,7 +234,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("pendulum"), impl_name: create_runtime_str!("pendulum"), authoring_version: 1, - spec_version: 20, + spec_version: 21, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 11,