Skip to content

Commit 9b4869a

Browse files
authored
Merge pull request #1165 from wzshiming/promote/0.6
Release 0.6
2 parents 56be4ee + ae5fd0b commit 9b4869a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/consts/consts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var (
3030

3131
// PreRelease is the pre-release version of the project.
3232
// It will be overwritten during the `make build` process.
33-
PreRelease = "alpha"
33+
PreRelease = "GA"
3434

3535
// KubeVersion is the version of Kubernetes.
3636
// It will be overwritten during the `make build` process.

0 commit comments

Comments
 (0)