summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2020-05-29 11:44:11 -0700
committertummychow <tummychow@users.noreply.github.com>2020-05-29 11:44:11 -0700
commit938aff38206f282714bf60ae7142da35289f623f (patch)
treec483f08530d7b633185dac1de345ad81f88c3740
parenta14e8ca6a70fd1279d4d490d9acaa21434f0783b (diff)
bump to 0.6.30.6.3
-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 431919c..24db035 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -189,7 +189,7 @@ dependencies = [
[[package]]
name = "git-absorb"
-version = "0.6.2"
+version = "0.6.3"
dependencies = [
"clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 321097c..54e1d2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.6.2"
+version = "0.6.3"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"