diff --git a/install.sh b/install.sh index 0821dff..9f4dca8 100755 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ set -e # UPDATE RELEASE HERE AFTER A NEW VERSION IS RELEASED # TODO latest ? -release='v0.0.19' +release='v0.0.testing' command_exists() { command -v "$@" > /dev/null 2>&1 diff --git a/main.go b/main.go index ec79498..934b9a0 100644 --- a/main.go +++ b/main.go @@ -60,7 +60,7 @@ const ( BLANKS = " " INFO = " for more info" - Version = "v0.0.19" + Version = "v0.0.testing" ) func usage() {