From b806f58f501628064b117c8b4299547dc67a742e Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Tue, 20 Aug 2024 08:18:29 +0800 Subject: [PATCH] bump: release v1.2.0-rc.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 bce7e0e3..0edc619e 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 = "v1.2.0-rc.1" // BuildMetadata stores the build metadata. //