From 3da59e2d961610f23096a0a64ab74eae8e5b7158 Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Wed, 20 Nov 2019 00:33:13 -0500 Subject: [PATCH] start next development cycle --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf965b6..921612b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1768,7 +1768,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "webmetro" -version = "0.2.2" +version = "0.2.3-dev" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index eeacf5a..23138a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webmetro" -version = "0.2.2" +version = "0.2.3-dev" authors = ["Tangent 128 "] edition = "2018"