Bump to v0.9.1 (#1307)

This commit is contained in:
Gav Wood
2018-12-20 20:30:54 +01:00
committed by Bastian Köcher
parent 0c4ae551e5
commit 353a87732d
5 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -95,8 +95,8 @@ const NOTE_OFFLINE_POSITION: u32 = 1;
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 1,
spec_version: 1,
authoring_version: 10,
spec_version: 10,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};