diff --git a/runtime/pendulum/src/lib.rs b/runtime/pendulum/src/lib.rs index c7f32e38c..2121ece79 100644 --- a/runtime/pendulum/src/lib.rs +++ b/runtime/pendulum/src/lib.rs @@ -231,10 +231,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("pendulum"), impl_name: create_runtime_str!("pendulum"), authoring_version: 1, - spec_version: 19, + spec_version: 20, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 10, + transaction_version: 11, state_version: 1, };