From 6c5c35a0207eebf8d4d6d2efad66b798457a6622 Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Wed, 12 Mar 2025 16:48:36 +0800 Subject: [PATCH] bump: release v2.0.0-alpha.1 Signed-off-by: Patrick Zheng --- 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 bce7e0e3f..e919c3c1b 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.2.0-beta.1" + Version = "v2.0.0-alpha.1" // BuildMetadata stores the build metadata. //