From e2f4237fb6ac602f68a786afaaf6388fb30b866d Mon Sep 17 00:00:00 2001 From: Shiwei Zhang Date: Mon, 6 Nov 2023 11:25:21 +0800 Subject: [PATCH] bump: tag and release v1.0.1 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 d0956a11d..886fee671 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" + Version = "v1.0.1" // BuildMetadata stores the build metadata. //