We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56be4ee + ae5fd0b commit 9b4869aCopy full SHA for 9b4869a
pkg/consts/consts.go
@@ -30,7 +30,7 @@ var (
30
31
// PreRelease is the pre-release version of the project.
32
// It will be overwritten during the `make build` process.
33
- PreRelease = "alpha"
+ PreRelease = "GA"
34
35
// KubeVersion is the version of Kubernetes.
36
0 commit comments