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
+1 -1
View File
@@ -3248,7 +3248,7 @@ dependencies = [
[[package]]
name = "substrate"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"ctrlc 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
+1 -1
View File
@@ -4,7 +4,7 @@ path = "node/src/main.rs"
[package]
name = "substrate"
version = "0.9.0"
version = "0.9.1"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
+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,
};