bump to v1.3.0

This commit is contained in:
Kunal Dabir 2018-11-15 11:57:30 +05:30
parent 4e91758c00
commit 722a5495d6
1 changed files with 1 additions and 1 deletions

2
has
View File

@ -166,7 +166,7 @@ __detect(){
if [ "$#" -eq 0 ]; then
# print help
BINARY_NAME="has"
VERSION="v1.2.1"
VERSION="v1.3.0"
printf "${BINARY_NAME} ${VERSION}\n"
printf "USAGE: ${BINARY_NAME} <command-names>..\n"
printf "EXAMPLE: ${BINARY_NAME} git curl node\n"