From 0c32567c1c7e17a937f05af4bc003a3ee8901326 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 17 Dec 2018 19:02:01 +0100 Subject: [PATCH] Version. --- substrate/Cargo.lock | 2 +- substrate/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/substrate/Cargo.lock b/substrate/Cargo.lock index 0f64e18959..597721c4d0 100644 --- a/substrate/Cargo.lock +++ b/substrate/Cargo.lock @@ -3241,7 +3241,7 @@ dependencies = [ [[package]] name = "substrate" -version = "0.1.0" +version = "0.9.0" 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)", diff --git a/substrate/Cargo.toml b/substrate/Cargo.toml index 09e015dddc..ffc5d408cd 100644 --- a/substrate/Cargo.toml +++ b/substrate/Cargo.toml @@ -4,7 +4,7 @@ path = "node/src/main.rs" [package] name = "substrate" -version = "0.1.0" +version = "0.9.0" authors = ["Parity Technologies "] build = "build.rs"