From fae1f690c857310e518b7062c42d177525f1b975 Mon Sep 17 00:00:00 2001 From: acheronfail Date: Sun, 10 May 2020 21:17:15 +1000 Subject: [PATCH] version 0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe2894f..e0b0661 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" [[package]] name = "gash" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c620c91..9c3a623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gash" description = "Brute force your git hash!" -version = "0.7.0" +version = "0.7.1" authors = ["Callum Oz "] edition = "2018" readme = "README.md"