This is an automated email from the ASF dual-hosted git repository.
shwstppr 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 20c53ca Bump version to 6.5.0
20c53ca is described below
commit 20c53caa8b6a48f3659a2490694e94aa0a2829ee
Author: Abhishek Kumar <[email protected]>
AuthorDate: Tue Aug 26 18:04:20 2025 +0530
Bump version to 6.5.0
Signed-off-by: Abhishek Kumar <[email protected]>
---
config/about.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/about.go b/config/about.go
index f3a4f67..3552a3f 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.5.0-rc"
+ return "6.5.0"
}
// PrintHeader prints startup message in CLI mode