From 6249cb24ec7f57b7f503d4fbf24646857f77dbb7 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Fri, 19 Aug 2016 00:08:33 -0700 Subject: [PATCH] Release version 0.8.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e82f7e843c92bf32c4a935577de484a84133ee7a..86d6fbced56d14cca4acffad3fe917d363fab07c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "git-series" -version = "0.8.9" +version = "0.8.10" dependencies = [ "ansi_term 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4b1e664ce0d1d0dbb8ef62865f2315a0473d1e95..ca9c6b09d98c9b29c6dc07526132acfffc2f1e97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-series" -version = "0.8.9" +version = "0.8.10" authors = ["Josh Triplett "] license = "MIT" readme = "README.md"