summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2023-08-27 15:31:53 +0200
committerextrawurst <mail@rusticorn.com>2023-08-27 15:31:53 +0200
commit6ce3485cf056c6e4711f8e9c6e333e298aeb2f60 (patch)
tree5919e7f9e37d2569981cabdf9667dbe591352e65
parent33ac5b97ae240bde5aee07886798ce601a7a477d (diff)
version bumpv0.24.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
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 <mail@rusticorn.com>"]
description = "blazing fast terminal-ui for git"
edition = "2021"