We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e087ca9 commit ae64125Copy full SHA for ae64125
cmd/version.go
@@ -5,7 +5,7 @@ import (
5
"github.com/spf13/cobra"
6
)
7
8
-const VERSION int = 3
+const VERSION int = 4
9
const COMMIT string = "%%commit_hash%%"
10
11
var versionCmd = &cobra.Command{
0 commit comments