We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d95cd6 commit 33555c4Copy full SHA for 33555c4
1 file changed
cmd/root.go
@@ -10,7 +10,7 @@ import (
10
var (
11
verbose bool
12
configPath string
13
- version = "dev"
+ version = "1.0.0"
14
)
15
16
var rootCmd = &cobra.Command{
0 commit comments