summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2023-04-06 16:49:15 -0400
committertummychow <tummychow@users.noreply.github.com>2023-04-06 16:49:15 -0400
commite64a5607adb2d99324b869aa2f6080f9ebf07cd4 (patch)
treeb065d91799c980838b2f7eb585552dc8e1c5a29f
parent1d0c0a0b3c99b5c0eb8a453686279631209af5bb (diff)
bump 0.6.100.6.10
-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 73fa7d3..c792cf1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -173,7 +173,7 @@ dependencies = [
[[package]]
name = "git-absorb"
-version = "0.6.9"
+version = "0.6.10"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index bb33e9d..20a0ec5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.6.9"
+version = "0.6.10"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"