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 "] description = "git commit --fixup, but automatic"