bump version

This commit is contained in:
Kunal Dabir 2021-10-02 17:58:17 +05:30 committed by GitHub
parent 559e885f22
commit 45fd56f557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.5.0"
readonly VERSION="v1.6.0"
## constants - symbols for success failure
if [[ -z $TERM ]]; then