diff --git a/Cargo.lock b/Cargo.lock index ee3b783b367f46178b17854fe45683bd60f86c2c..a85ff11d8137aca1a0dcd0611d0786462d07a6a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "git-series" -version = "0.8.7" +version = "0.8.8" 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 61a6ee136de555dcee2671c651afec52a9102965..ad80a45c5450afc373c4a7d1b4a8d2498605a7c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-series" -version = "0.8.7" +version = "0.8.8" authors = ["Josh Triplett "] license = "MIT" readme = "README.md"