We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e577c commit 2d641aeCopy full SHA for 2d641ae
1 file changed
config/about.go
@@ -26,7 +26,7 @@ func (c *Config) Name() string {
26
27
// Version CLI
28
func (c *Config) Version() string {
29
- return "6.3.0"
+ return "6.4.0-rc"
30
}
31
32
// PrintHeader prints startup message in CLI mode
0 commit comments