Skip to content

Commit 6ba1ba7

Browse files
author
Reed Allman
committed
v0.0.testing
1 parent a1091fe commit 6ba1ba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99

1010
# UPDATE RELEASE HERE AFTER A NEW VERSION IS RELEASED
1111
# TODO latest ?
12-
release='v0.0.19'
12+
release='v0.0.testing'
1313

1414
command_exists() {
1515
command -v "$@" > /dev/null 2>&1

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const (
6060
BLANKS = " "
6161
INFO = " for more info"
6262

63-
Version = "v0.0.19"
63+
Version = "v0.0.testing"
6464
)
6565

6666
func usage() {

0 commit comments

Comments
 (0)