diff --git a/polkadot/runtime/src/lib.rs b/polkadot/runtime/src/lib.rs index 532de07cd7..c6a7cfdc83 100644 --- a/polkadot/runtime/src/lib.rs +++ b/polkadot/runtime/src/lib.rs @@ -109,8 +109,8 @@ pub struct Concrete; pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: ver_str!("polkadot"), impl_name: ver_str!("parity-polkadot"), - authoring_version: 0, - spec_version: 0, + authoring_version: 1, + spec_version: 1, impl_version: 0, };