Skip to content

Commit

Permalink
0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Stark committed Feb 10, 2017
1 parent 4793201 commit a05f0ef
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.1.3'
release='0.1.4'

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

Version = "0.1.3"
Version = "0.1.4"
)

func usage() {
Expand Down

0 comments on commit a05f0ef

Please sign in to comment.