From 7be63fc4c5c3416915c816c7776423abbe3b9895 Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Fri, 20 Oct 2023 12:06:19 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20v5.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ugit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ugit b/ugit index 576080c..4010b2e 100755 --- a/ugit +++ b/ugit @@ -7,7 +7,7 @@ set -uo pipefail; SCRIPT_NAME="$0" SCRIPT_URL="https://github.com/Bhupesh-V/ugit/releases/latest/download/ugit" TMP_FILE="/tmp/ugit.sh" -VERSION="5.6" +VERSION="5.7" pointer="" BOLD_ORG_FG=$(tput bold)$(tput setaf 208)