From 153a922bcdf04d987ea4cbf180e6a685dc364c40 Mon Sep 17 00:00:00 2001 From: Gav Date: Thu, 6 Sep 2018 17:55:44 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- substrate/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 22e8998297ad3..9cafdb8515c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ path = "polkadot/src/main.rs" [package] name = "polkadot" -version = "0.2.11" +version = "0.2.12" authors = ["Parity Technologies "] build = "build.rs" diff --git a/substrate/cli/Cargo.toml b/substrate/cli/Cargo.toml index c6bdfd0808c78..bdb55c9ccacb8 100644 --- a/substrate/cli/Cargo.toml +++ b/substrate/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-cli" -version = "0.2.11" +version = "0.2.12" authors = ["Parity Technologies "] description = "Substrate CLI interface." build = "build.rs"