From 205555916c60531e0184a2b5fd3d7a3796132fc8 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Fri, 22 Mar 2024 12:32:55 -0700 Subject: [PATCH] upgrade version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9525bbcd37..0ffd107e55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -722,7 +722,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.25.1" +version = "0.25.2" dependencies = [ "anyhow", "asyncgit", diff --git a/Cargo.toml b/Cargo.toml index fb121468b5..a759d57c8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.25.1" +version = "0.25.2" authors = ["extrawurst "] description = "blazing fast terminal-ui for git" edition = "2021"