diff --git a/Cargo.lock b/Cargo.lock index 94b3543f..cd50c1d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -726,7 +726,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.23.0" +version = "0.24.0" dependencies = [ "anyhow", "asyncgit", diff --git a/Cargo.toml b/Cargo.toml index c98e34fc..c4ae2af1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.23.0" +version = "0.24.0" authors = ["extrawurst "] description = "blazing fast terminal-ui for git" edition = "2021"