From ed8f14a1245d0d754b80ff9f0165383ae6fd8244 Mon Sep 17 00:00:00 2001 From: Bhupesh Varshney Date: Fri, 18 Feb 2022 11:56:55 +0530 Subject: [PATCH] bump version --- ugit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ugit b/ugit index 91caad7..ae0b8a2 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.0" +VERSION="5.1" BOLD_ORG_FG=$(tput bold)$(tput setaf 208) BOLD=$(tput bold)