diff --git a/tools/cli/app.go b/tools/cli/app.go index 1695da8e35d..64c735b50d0 100644 --- a/tools/cli/app.go +++ b/tools/cli/app.go @@ -27,7 +27,7 @@ import ( const ( // Version is the controlled version string. It should be updated every time // before we release a new version. - Version = "0.9.0" + Version = "0.9.1" ) // SetFactory is used to set the ClientFactory global