diff --git a/Cargo.lock b/Cargo.lock index 4838669..51ac945 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "mrh" -version = "0.11.1" +version = "0.12.0" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 80f4326..b382c59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrh" -version = "0.11.1" +version = "0.12.0" description = "Crawls filesystem and displays pending status of each git repo found" repository = "https://github.com/tshepang/mrh" license = "MIT OR Apache-2.0"