Skip to content

Commit

Permalink
v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Allman committed Nov 4, 2015
1 parent 2bdc981 commit a8e1c7c
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.16'
release='v0.0.17'

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 @@ -57,7 +57,7 @@ const (
BLANKS = " "
INFO = " for more info"

Version = "v0.0.16"
Version = "v0.0.17"
)

func usage() {
Expand Down

0 comments on commit a8e1c7c

Please sign in to comment.