From ae5fd0b62d7d78df5088bb036ad93c5e889947d7 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Mon, 8 Jul 2024 15:55:24 +0800 Subject: [PATCH] Release 0.6 --- pkg/consts/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/consts/consts.go b/pkg/consts/consts.go index 9a106f3f3..d2948686a 100644 --- a/pkg/consts/consts.go +++ b/pkg/consts/consts.go @@ -30,7 +30,7 @@ var ( // PreRelease is the pre-release version of the project. // It will be overwritten during the `make build` process. - PreRelease = "alpha" + PreRelease = "GA" // KubeVersion is the version of Kubernetes. // It will be overwritten during the `make build` process.