From 63bd13abbe089308f9702925697dba22d7792eba Mon Sep 17 00:00:00 2001 From: Marcel Ebert Date: Fri, 11 Oct 2024 17:10:52 +0200 Subject: [PATCH] release: Bump pendulum spec version to 19 (#500) release: Bump pendulum spec version to 19 --- 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 3a204e892..ef21ead44 100644 --- a/runtime/pendulum/src/lib.rs +++ b/runtime/pendulum/src/lib.rs @@ -256,7 +256,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("pendulum"), impl_name: create_runtime_str!("pendulum"), authoring_version: 1, - spec_version: 18, + spec_version: 19, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 10,