Skip to content

Commit 33555c4

Browse files
committed
Update version to 1.0.0 in root.go
1 parent 3d95cd6 commit 33555c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
var (
1111
verbose bool
1212
configPath string
13-
version = "dev"
13+
version = "1.0.0"
1414
)
1515

1616
var rootCmd = &cobra.Command{

0 commit comments

Comments
 (0)