From 2429e8eb0f59c88bbc5de496eb48ef858acf4aac Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Thu, 5 Jul 2018 17:03:08 +0200 Subject: [PATCH] Update versions, docs. (#282) --- polkadot/runtime/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, };