From 6ce3485cf056c6e4711f8e9c6e333e298aeb2f60 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 27 Aug 2023 15:31:53 +0200 Subject: [PATCH] version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94b3543f3b..cd50c1d7ba 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 c98e34fc05..c4ae2af1a2 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"