summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2023-11-28 21:36:12 -0500
committertummychow <tummychow@users.noreply.github.com>2023-11-28 21:36:12 -0500
commit1c5aecfcc5244b8fb49c9c962387ef3713170392 (patch)
tree8c6fb7c057d5016765ba6d14f300e88b2a1aef7c
parent9baf661eedef5ec4fa4e0d41b87b7358595734ca (diff)
bump 0.6.110.6.11
-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 199afdf..e6258f5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -179,7 +179,7 @@ dependencies = [
[[package]]
name = "git-absorb"
-version = "0.6.10"
+version = "0.6.11"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 2b3482b..97dc720 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.6.10"
+version = "0.6.11"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"