Skip to content

Commit

Permalink
0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Stark committed Nov 2, 2017
1 parent 265d584 commit 651cb82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -9,7 +9,7 @@ set -e

# UPDATE RELEASE HERE AFTER A NEW VERSION IS RELEASED
# TODO latest ?
release='0.1.5'
release='0.1.6'

command_exists() {
command -v "$@" > /dev/null 2>&1
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -71,7 +71,7 @@ const (
BLANKS = " "
INFO = " for more info"

Version = "0.1.5"
Version = "0.1.6"
)

func usage() {
Expand Down

0 comments on commit 651cb82

Please sign in to comment.