Skip to content

Commit c0dd594

Browse files
committed
Update version variable in main.go to include 'v' prefix
1 parent 0a4a66c commit c0dd594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/spf13/cobra"
1212
)
1313

14-
var version = "0.0.0"
14+
var version = "v0.0.0"
1515

1616
var rootCmd = &cobra.Command{
1717
Use: "netsocs-manager-cli",

0 commit comments

Comments
 (0)