From fce7b34b74c33a3363633e650dd40832e877b891 Mon Sep 17 00:00:00 2001 From: chris west Date: Mon, 28 Sep 2020 09:18:11 -0700 Subject: [PATCH] (cargo-release) start next development iteration 1.0.6-dev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46561dc..e45d639 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "phetch" -version = "1.0.5" +version = "1.0.6-dev" dependencies = [ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d878129..95d1b9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "1.0.5" +version = "1.0.6-dev" authors = ["chris west "] license = "MIT" edition = "2018"