summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2020-10-16 12:20:07 -0700
committertummychow <tummychow@users.noreply.github.com>2020-10-16 12:20:07 -0700
commit246a1773285d61ef12b8caf73da52ab45cb28b2f (patch)
tree2639c8cf6d9a1b992f7f6caeb6a920ce338a0f30
parentad130ae7933f4236d8801f25645ec982ca488817 (diff)
bump to 0.6.50.6.5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6babadd..be8a925 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -171,7 +171,7 @@ dependencies = [
[[package]]
name = "git-absorb"
-version = "0.6.4"
+version = "0.6.5"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 1d72fae..399d311 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.6.4"
+version = "0.6.5"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"