Skip to content

Commit

Permalink
v0.0.testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Allman committed Dec 2, 2015
1 parent a1091fe commit 6ba1ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const (
BLANKS = " "
INFO = " for more info"

Version = "v0.0.19"
Version = "v0.0.testing"
)

func usage() {
Expand Down

0 comments on commit 6ba1ba7

Please sign in to comment.