Skip to content

Commit

Permalink
bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justone committed Apr 19, 2018
1 parent f765f7d commit b4f2693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type GlobalOptions struct {
var globalOptions GlobalOptions
var parser = flags.NewParser(&globalOptions, flags.Default)

var version = "v0.5.0"
var version = "v0.6.1"

func main() {
globalOptions.Version = func() {
Expand Down

0 comments on commit b4f2693

Please sign in to comment.