Skip to content

Commit

Permalink
πŸ”– bump ugit version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Aug 15, 2022
1 parent 90d587e commit 0f90c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ugit
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 0f90c6e

Please sign in to comment.