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 531d8da version: set to 6.6.0-SNAPSHOT 531d8da is described below commit 531d8da66eedc7374f878303bef1061ac99295f4 Author: Abhishek Kumar <abhishek.mr...@gmail.com> AuthorDate: Tue Sep 2 12:25:32 2025 +0530 version: set to 6.6.0-SNAPSHOT Signed-off-by: Abhishek Kumar <abhishek.mr...@gmail.com> --- config/about.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/about.go b/config/about.go index 3552a3f..1b8ed52 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" + return "6.6.0-SNAPSHOT" } // PrintHeader prints startup message in CLI mode