From 5f1debe834270a0d1ef605a90b86dc4dd933c0c0 Mon Sep 17 00:00:00 2001 From: Marcel Ebert Date: Mon, 15 Apr 2024 10:29:12 +0200 Subject: [PATCH] Bump Pendulum spec version to 16 (#452) --- 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 78d52335a..223005118 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: 15, + spec_version: 16, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 10,