From bb571ddfb04f9d175daf64520fd18e7bea8ecbdf Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Fri, 21 Feb 2025 15:11:02 +0800 Subject: [PATCH] bump: release v1.3.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 52541117b..c8213e623 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" + Version = "v1.3.1" // BuildMetadata stores the build metadata. //