From 5b343e73df8ed6abe7ac6c20d23f5f548f9e53a2 Mon Sep 17 00:00:00 2001 From: YZ775 Date: Wed, 25 Sep 2024 06:14:27 +0000 Subject: [PATCH] Bump version to 1.30.0-rc.1 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index f6afbc78..434c5775 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ package cke // Version represents current cke version -const Version = "1.29.0" +const Version = "1.30.0-rc.1" // ConfigVersion represents the current configuration scheme // of how CKE constructs its Kubernetes cluster.