call it a v1.5.0

This commit is contained in:
Kunal Dabir 2023-07-28 20:49:10 +05:30
parent abb3decba7
commit a2d7c083c7
1 changed files with 1 additions and 1 deletions

2
has
View File

@ -7,7 +7,7 @@
set -o pipefail
readonly BINARY_NAME="has"
readonly VERSION="v1.7.0"
readonly VERSION="v1.5.0"
## constants - symbols for success failure
if [[ ! -t 1 ]]; then