From 2f4387276b4a73fb4b81f9499afe0aa156b56218 Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Wed, 12 Jun 2024 10:14:31 +0800 Subject: [PATCH] bump: bump up and vote for v1.2.0-alpha.1 Signed-off-by: Junjie Gao --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index 2f7749b48..b82ffa2f4 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -15,7 +15,7 @@ package version var ( // Version shows the current notation version, optionally with pre-release. - Version = "v1.1.0" + Version = "v1.2.0-alpha.1" // BuildMetadata stores the build metadata. //