summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2024-02-23 19:07:41 -0500
committertummychow <tummychow@users.noreply.github.com>2024-02-23 19:07:41 -0500
commitd29adcb33f3b0cb5b04933cdcf14b544ceb0030f (patch)
treee1c39120179d06b60b41e9ff38361d77ceca1bfd
parentc8b3c8fe8c58a96578f2f242571fc6da890ad137 (diff)
bump 0.6.120.6.12
-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 2fe8c28..ba829b5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -179,7 +179,7 @@ dependencies = [
[[package]]
name = "git-absorb"
-version = "0.6.11"
+version = "0.6.12"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 97dc720..9e125fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.6.11"
+version = "0.6.12"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"