summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2024-04-03 19:46:17 -0400
committertummychow <tummychow@users.noreply.github.com>2024-04-03 19:46:17 -0400
commit2919c347f338d113a5a4f72ff799501be262b775 (patch)
tree1554ddba1778159141decf123d2841ceddcc3392
parenta454f363587054c8369a40767a31b797696250ba (diff)
bump 0.6.130.6.13
-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 6add95a..afb617f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -220,7 +220,7 @@ dependencies = [
[[package]]
name = "git-absorb"
-version = "0.6.12"
+version = "0.6.13"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 63db506..fb6b2f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-absorb"
-version = "0.6.12"
+version = "0.6.13"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"