diff --git a/polkadot/runtime/src/lib.rs b/polkadot/runtime/src/lib.rs index 14b235eabc..357373bae2 100644 --- a/polkadot/runtime/src/lib.rs +++ b/polkadot/runtime/src/lib.rs @@ -100,7 +100,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 1, - spec_version: 1006, + spec_version: 1008, impl_version: 0, apis: RUNTIME_API_VERSIONS, };