From 471a24b4b1f331a84554a4065ca449f9a60919cf Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Mon, 9 Sep 2024 13:01:12 +0800 Subject: [PATCH] bump: release v1.2.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 11ed6ce2c..fcb878523 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" + Version = "v1.2.1" // BuildMetadata stores the build metadata. //