Skip to content

Commit

Permalink
version bump to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justone committed Apr 20, 2018
1 parent 2af445f commit 4d5c52e
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.6.1"
var version = "v0.6.2"

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

0 comments on commit 4d5c52e

Please sign in to comment.