From ce32bfa923ed2d6427384db7b638ad550d77b6e1 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Sat, 23 Mar 2019 11:18:01 +0100 Subject: [PATCH] Version bump (#2095) --- 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 c744835520..319b9c4cda 100644 --- a/substrate/Cargo.lock +++ b/substrate/Cargo.lock @@ -3595,7 +3595,7 @@ dependencies = [ [[package]] name = "substrate" -version = "0.10.0" +version = "0.11.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 d1dbbe3305..b6eac3e381 100644 --- a/substrate/Cargo.toml +++ b/substrate/Cargo.toml @@ -4,7 +4,7 @@ path = "node/src/main.rs" [package] name = "substrate" -version = "0.10.0" +version = "0.11.0" authors = ["Parity Technologies "] build = "build.rs" edition = "2018"