Skip to content

Commit

Permalink
Bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Apr 28, 2017
1 parent e14b199 commit e0906df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.3
VERSION=0.1.4
NAME=boxter_$(VERSION)
OUT_DIR=bin/linux_386/boxter_$(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

func main() {
a := cli.NewApp()
a.Version = "0.1.3"
a.Version = "0.1.4"
a.Name = "boxter"
a.Usage = "manages syncing of playbook releases"
a.Commands = []cli.Command{
Expand Down

0 comments on commit e0906df

Please sign in to comment.