🔖 release 5.6

This commit is contained in:
Bhupesh-V 2023-05-27 16:01:23 +05:30
parent 6db2f6b3d9
commit 21f96ec035

2
ugit
View file

@ -7,7 +7,7 @@ set -uo pipefail;
SCRIPT_NAME="$0" SCRIPT_NAME="$0"
SCRIPT_URL="https://github.com/Bhupesh-V/ugit/releases/latest/download/ugit" SCRIPT_URL="https://github.com/Bhupesh-V/ugit/releases/latest/download/ugit"
TMP_FILE="/tmp/ugit.sh" TMP_FILE="/tmp/ugit.sh"
VERSION="5.5" VERSION="5.6"
pointer="" pointer=""
BOLD_ORG_FG=$(tput bold)$(tput setaf 208) BOLD_ORG_FG=$(tput bold)$(tput setaf 208)