Update versions, docs. (#282)

This commit is contained in:
Gav Wood
2018-07-05 17:03:08 +02:00
committed by Robert Habermeier
parent c8b4b61412
commit 7b175ea0a9
3 changed files with 27 additions and 13 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ pub struct Concrete;
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: ver_str!("demo"),
impl_name: ver_str!("parity-demo"),
authoring_version: 0,
spec_version: 0,
authoring_version: 1,
spec_version: 1,
impl_version: 0,
};