We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50fae5 commit 3e9d3c1Copy full SHA for 3e9d3c1
1 file changed
internal/commands/version.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
const (
10
- version = "2.0.0_RC1"
+ version = "v2.0.0_RC1"
11
12
13
func NewVersionCommand() *cobra.Command {
0 commit comments