From 814615fa08b21b11b088f9808aab2ddd3a9b2244 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 21 Jul 2016 08:31:21 -0700 Subject: [PATCH] Release version 0.8.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2c322c8873b077d9102c3191daaf2ab00c90de4..120d0f5a1c6c798dcd19f3516f7581a8eb87a4db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "git-series" -version = "0.8.4" +version = "0.8.5" 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 c7c00e7f0d13831307148ed8fbdd5bc6363f0a02..eb07efc65177818d2e112cddd462e9c2d5824336 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-series" -version = "0.8.4" +version = "0.8.5" authors = ["Josh Triplett "] license = "MIT" readme = "README.md"