Skip to content

Commit ed9df20

Browse files
committed
version v0.5.0
1 parent 04355c0 commit ed9df20

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
@@ -24,7 +24,7 @@ import (
2424
)
2525

2626
// Version is the kind CLI version
27-
const Version = "v0.5.0-alpha"
27+
const Version = "v0.5.0"
2828

2929
// NewCommand returns a new cobra.Command for version
3030
func NewCommand() *cobra.Command {

0 commit comments

Comments
 (0)