| commit | 20c53caa8b6a48f3659a2490694e94aa0a2829ee | [log] [tgz] |
|---|---|---|
| author | Abhishek Kumar <abhishek.mrt22@gmail.com> | Tue Aug 26 18:04:20 2025 +0530 |
| committer | Abhishek Kumar <abhishek.mrt22@gmail.com> | Tue Aug 26 18:04:20 2025 +0530 |
| tree | 5df8005dff65bcebd2f397ff0c954d018c2b723c | |
| parent | ccb647066121270dfdce64c9125cbc25aa601b95 [diff] |
Bump version to 6.5.0 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
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 @@ // Version CLI func (c *Config) Version() string { - return "6.5.0-rc" + return "6.5.0" } // PrintHeader prints startup message in CLI mode