diff --git a/Cargo.lock b/Cargo.lock index a85ff11d8137aca1a0dcd0611d0786462d07a6a1..f242e1bd013b4a6c97d3f4f45c143612dcd797d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "git-series" -version = "0.8.8" +version = "0.8.9" dependencies = [ "ansi_term 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ad80a45c5450afc373c4a7d1b4a8d2498605a7c0..aefb38299d93373be79bcf38a124dde6055cfd43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-series" -version = "0.8.8" +version = "0.8.9" authors = ["Josh Triplett "] license = "MIT" readme = "README.md"