From 60659d0fecc94fd50af8c5733447be4823fdd090 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 11 Aug 2016 17:44:55 -1000 Subject: [PATCH] Release version 0.8.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"