Skip to content

Commit a42ca2f

Browse files
committed
version 0.2.0
1 parent f5fe355 commit a42ca2f

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.2.0-alpha"
25+
const Version = "0.2.0"
2626

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

0 commit comments

Comments
 (0)