Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
justone committed Aug 2, 2015
1 parent f1a240f commit c4fa776
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.2"
var version = "v0.2.1"

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

0 comments on commit c4fa776

Please sign in to comment.