diff --git a/Cargo.lock b/Cargo.lock index 00a7814f..4ebd681d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -767,7 +767,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.22.1" +version = "0.23.0" dependencies = [ "anyhow", "asyncgit", diff --git a/Cargo.toml b/Cargo.toml index 2de3833a..fa75d718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.22.1" +version = "0.23.0" authors = ["extrawurst "] description = "blazing fast terminal-ui for git" edition = "2021"