From 5292f49eba2c4f4cb820e42bc5f1dab40906781b Mon Sep 17 00:00:00 2001 From: Quanzheng Long Date: Wed, 11 Jul 2018 13:56:59 -0700 Subject: [PATCH] Release CLI 0.5.4 --- tools/cli/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/app.go b/tools/cli/app.go index ad5761e4206..5fd3d132ce7 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.3" + Version = "0.5.4" ) // NewCliApp instantiates a new instance of the CLI application.