summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2020-11-02 18:58:57 -0800
committertummychow <tummychow@users.noreply.github.com>2020-11-02 18:58:57 -0800
commit4838e378b94f2731f1d53042a71136dcb4890c44 (patch)
tree9b6d64b488894d6a5b53651e02781c0377e021e9
parente02847e7abdf4028623b6776216e26d487584168 (diff)
bump to 0.6.60.6.6
-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 be8a925..8bcb6ce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -171,7 +171,7 @@ dependencies = [
[[package]]
name = "git-absorb"
-version = "0.6.5"
+version = "0.6.6"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 399d311..17e3561 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.6.5"
+version = "0.6.6"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"