summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2023-06-19 16:00:54 +0200
committerextrawurst <mail@rusticorn.com>2023-06-19 16:00:54 +0200
commit197fc6fdf1c9e180a204ed002759d0db1cd5ef3e (patch)
treeae4c8ff25f35a3a57f372767316d6a81135df452
parent40cd72abfc57ef7d00148d875bbbb831ca40f7c5 (diff)
bump gitui versionv0.23.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 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 <mail@rusticorn.com>"]
description = "blazing fast terminal-ui for git"
edition = "2021"