From 8e5b5d59f5f5b45db20277614d5cfd73d4845c3a Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Thu, 16 Jan 2025 15:55:10 +0800 Subject: [PATCH] bump: release v1.3.0 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 b4d58e4af..52541117b 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.3.0-rc.2" + Version = "v1.3.0" // BuildMetadata stores the build metadata. //