From 2291cf9ca9f56c93f891540080c56e7b0a30c8f8 Mon Sep 17 00:00:00 2001 From: Ninan John Date: Tue, 7 Jan 2020 20:13:05 +0530 Subject: [PATCH] [Ninan] Update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 084b6c3..db15309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ dependencies = [ [[package]] name = "git-governance" -version = "0.1.1" +version = "0.2.1" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4e4fc1a..167ba58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-governance" -version = "0.1.1" +version = "0.2.1" authors = ["Ninan John ", "Dinesh B"] edition = "2018" description="A tool to manage multiple git repositories"