summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2024-05-16 19:17:47 +0200
committerextrawurst <mail@rusticorn.com>2024-05-16 19:17:47 +0200
commit53e9c8d1efde0f2df60d4b965f96b0fda93d6dce (patch)
treeba7a321a12d8cffa311023fda18acd9e48026865
parent93fee307d6494f56a3657a18cc85c7086ed414ab (diff)
version bump for rcv0.26.2-rc.1
-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 2b3ad2cc..c64205a3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1044,7 +1044,7 @@ dependencies = [
[[package]]
name = "gitui"
-version = "0.26.1"
+version = "0.26.2-rc.1"
dependencies = [
"anyhow",
"asyncgit",
diff --git a/Cargo.toml b/Cargo.toml
index c1b26e45..00c6300a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gitui"
-version = "0.26.1"
+version = "0.26.2-rc.1"
authors = ["extrawurst <mail@rusticorn.com>"]
description = "blazing fast terminal-ui for git"
edition = "2021"