This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git
The following commit(s) were added to refs/heads/master by this push:
new 74ff37c about: bump version to 6.0.0
74ff37c is described below
commit 74ff37cffc1d8bb3652f6887faa770d933ffe768
Author: Rohit Yadav <[email protected]>
AuthorDate: Tue Mar 5 17:26:48 2019 +0530
about: bump version to 6.0.0
Signed-off-by: Rohit Yadav <[email protected]>
---
config/about.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/about.go b/config/about.go
index b14034d..baeb89e 100644
--- a/config/about.go
+++ b/config/about.go
@@ -26,7 +26,7 @@ func (c *Config) Name() string {
// Version CLI
func (c *Config) Version() string {
- return "6.0.0-beta3"
+ return "6.0.0"
}
// PrintHeader prints startup message in CLI mode