summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2022-11-17 16:03:37 -0500
committertummychow <tummychow@users.noreply.github.com>2022-11-17 16:03:37 -0500
commit5ce240fe9b8e390af4cdd1fb8730c569749c37ba (patch)
tree6e915c1bf76c70b78f8257c87981af0cdd0b8d06
parentbbc89e96540a6097072b8e556645761c7c748e28 (diff)
bump 0.6.90.6.9
just to kick the gh release workflow
-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 356e713..6817cdd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -173,7 +173,7 @@ dependencies = [
[[package]]
name = "git-absorb"
-version = "0.6.8"
+version = "0.6.9"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 0e60865..19641fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.6.8"
+version = "0.6.9"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"