From 0f90c6eee574bf1663d756ae20a6fd32e7a07da5 Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Mon, 15 Aug 2022 23:15:14 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20ugit=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ugit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ugit b/ugit index e5bc906..8019176 100755 --- a/ugit +++ b/ugit @@ -1,13 +1,13 @@ #!/usr/bin/env bash -# ugit: Undo your last git command without much effort. Powered by FZF +# ugit: Undo git commands with ease. Powered by FZF 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.1" +VERSION="5.2" BOLD_ORG_FG=$(tput bold)$(tput setaf 208) BOLD=$(tput bold)