🔖 release ready 2.0

This commit is contained in:
Bhupesh-V 2021-05-21 12:35:11 +05:30
parent dc19b9682d
commit d08fd276a6
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ Have any other ideas/suggestions? [**Hop in to ugit discussions 💬️**](https
**ugit** dependencies:
- `Bash`>=3
- `Bash`>=4
- GNU utils like `awk`, `grep`, `tput` etc
- [fzf](https://github.com/junegunn/fzf) (Install latest version. Minimum required 0.21.0)

2
ugit
View file

@ -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="1.0"
VERSION="2.0"
installed() {
cmd=$(command -v "${1}")