This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git
The following commit(s) were added to refs/heads/main by this push:
new 2d641ae about: bump version to next v6.4.0-(rc)
2d641ae is described below
commit 2d641ae9bfab101f7009b22ca6b2a5764224238d
Author: Rohit Yadav <[email protected]>
AuthorDate: Thu Aug 3 14:11:32 2023 +0530
about: bump version to next v6.4.0-(rc)
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 a8fd91c..a167601 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.3.0"
+ return "6.4.0-rc"
}
// PrintHeader prints startup message in CLI mode