Skip to content

Commit 085ba36

Browse files
committed
version 0.0.1
1 parent cd8ce28 commit 085ba36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kind/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
)
2323

2424
// Version is the kind CLI version
25-
const Version = "0.0.1-alpha"
25+
const Version = "0.0.1"
2626

2727
// NewCommand returns a new cobra.Command for version
2828
func NewCommand() *cobra.Command {

0 commit comments

Comments
 (0)