Skip to content

Commit

Permalink
version bump to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justone committed Jun 14, 2016
1 parent 1607524 commit 9863e97
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 @@ -19,7 +19,7 @@ type GlobalOptions struct {
var globalOptions GlobalOptions
var parser = flags.NewParser(&globalOptions, flags.Default)

var version = "v0.4.1"
var version = "v0.4.2"

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

0 comments on commit 9863e97

Please sign in to comment.