diff --git a/tools/cli/app.go b/tools/cli/app.go index 15a89a517e5..ddbe3147370 100644 --- a/tools/cli/app.go +++ b/tools/cli/app.go @@ -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.