diff options
author | tummychow <tummychow@users.noreply.github.com> | 2022-11-17 16:03:37 -0500 |
---|---|---|
committer | tummychow <tummychow@users.noreply.github.com> | 2022-11-17 16:03:37 -0500 |
commit | 5ce240fe9b8e390af4cdd1fb8730c569749c37ba (patch) | |
tree | 6e915c1bf76c70b78f8257c87981af0cdd0b8d06 | |
parent | bbc89e96540a6097072b8e556645761c7c748e28 (diff) |
bump 0.6.90.6.9
just to kick the gh release workflow
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "git-absorb" -version = "0.6.8" +version = "0.6.9" dependencies = [ "anyhow", "clap", @@ -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" |