From afdf2604d6a174a1fff619da3e80e76816de26f0 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Mon, 15 Aug 2016 16:51:32 -0700 Subject: [PATCH] Release version 0.8.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"