We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1091fe commit 6ba1ba7Copy full SHA for 6ba1ba7
install.sh
@@ -9,7 +9,7 @@ set -e
9
10
# UPDATE RELEASE HERE AFTER A NEW VERSION IS RELEASED
11
# TODO latest ?
12
-release='v0.0.19'
+release='v0.0.testing'
13
14
command_exists() {
15
command -v "$@" > /dev/null 2>&1
main.go
@@ -60,7 +60,7 @@ const (
60
BLANKS = " "
61
INFO = " for more info"
62
63
- Version = "v0.0.19"
+ Version = "v0.0.testing"
64
)
65
66
func usage() {
0 commit comments