From 54d12c02d23d27f9be1b21ad42f0e3569dded1b3 Mon Sep 17 00:00:00 2001 From: Jason Ozias Date: Sat, 1 Apr 2017 14:07:36 -0400 Subject: [PATCH] version bump for next release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aab5643..9da964e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "mussh" -version = "2.1.1" +version = "2.2.0" dependencies = [ "chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.22.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index afaec4e..81833da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0" name = "mussh" readme = "README.md" repository = "https://github.com/rustyhorde/mussh" -version = "2.1.1" +version = "2.2.0" [dependencies] chrono = "0.3.0"