Skip to content

Commit

Permalink
Increase CLI version (uber#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
vancexu authored Mar 9, 2018
1 parent 08652db commit 0a4abbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import "github.com/urfave/cli"
const (
// Version is the controlled version string. It should be updated every time
// before we release a new version.
Version = "0.5.0"
Version = "0.5.1"
)

// NewCliApp instantiates a new instance of the CLI application.
Expand Down

0 comments on commit 0a4abbe

Please sign in to comment.