Skip to content

Commit

Permalink
0.0.22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Stark committed Dec 5, 2015
1 parent 0f8fa3f commit ea3df1b
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='0.0.21'
release='0.0.22'

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 = "0.0.21"
Version = "0.0.22"
)

func usage() {
Expand Down

0 comments on commit ea3df1b

Please sign in to comment.