From dd8eb3d55ac2933bfc375a13b7a9d2d73ca4ea86 Mon Sep 17 00:00:00 2001 From: Marcel Ebert Date: Thu, 28 Mar 2024 18:00:00 +0100 Subject: [PATCH] Bump pendulum `spec_version` to 15 (#443) --- 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 56df8afb8..78d52335a 100644 --- a/runtime/pendulum/src/lib.rs +++ b/runtime/pendulum/src/lib.rs @@ -300,7 +300,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("pendulum"), impl_name: create_runtime_str!("pendulum"), authoring_version: 1, - spec_version: 14, + spec_version: 15, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 10,