diff --git a/runtime/pendulum/src/lib.rs b/runtime/pendulum/src/lib.rs index 87edd7fde..93344cf9b 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: 21, + spec_version: 22, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 11,