Update versions, docs. (#282)

This commit is contained in:
Gav Wood
2018-07-05 17:03:08 +02:00
committed by Robert Habermeier
parent 0bcd6a2f1a
commit 2429e8eb0f
+2 -2
View File
@@ -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,
};