From 95e1d4d4324bf1eab34f8100afc7f3ae7e435252 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 2 Jun 2024 14:49:32 +0200 Subject: [PATCH] release prep --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 947e661cfc..c75b6c1f4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,7 +1044,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.26.3-rc.1" +version = "0.26.3" dependencies = [ "anyhow", "asyncgit", diff --git a/Cargo.toml b/Cargo.toml index ac92822f8d..9560275fa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.26.3-rc.1" +version = "0.26.3" authors = ["extrawurst "] description = "blazing fast terminal-ui for git" edition = "2021"