From 80e3fc4e2eeb43ac00bc888cf41101f5c56f1535 Mon Sep 17 00:00:00 2001 From: Shiwei Zhang Date: Fri, 21 Jul 2023 16:47:07 +0800 Subject: [PATCH] bump: tag and release v1.0.0 Signed-off-by: Shiwei Zhang --- 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 c55cef546..d0956a11d 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.0.0-rc.7" + Version = "v1.0.0" // BuildMetadata stores the build metadata. //