Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csstaub committed Feb 16, 2017
1 parent 03694ee commit 7bf6b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var (
)

func main() {
app.Version("1.4.0")
app.Version("1.6.0")

result := simpleResult{}
switch kingpin.MustParse(app.Parse(os.Args[1:])) {
Expand Down

0 comments on commit 7bf6b39

Please sign in to comment.