summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2022-11-17 00:36:48 -0500
committertummychow <tummychow@users.noreply.github.com>2022-11-17 00:37:09 -0500
commit8c54c46101b5dab8828a5d053f9147e148fd0eed (patch)
tree0706d6172a7876b2804b02d46681457b15e39454
parent20c5c857ba9b7a91e2b7f6616acdb3713b8993bc (diff)
bump 0.6.80.6.8
-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 a3e5ba0..356e713 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -173,7 +173,7 @@ dependencies = [
[[package]]
name = "git-absorb"
-version = "0.6.7"
+version = "0.6.8"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 3b39bf1..0e60865 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.6.7"
+version = "0.6.8"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"