From 001cc919603c1dc16c6aad387c94b4209cb9c901 Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Thu, 24 Apr 2025 11:08:51 +0800 Subject: [PATCH] bump: release v1.3.2 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 c8213e623..d229a41ca 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.1" + Version = "v1.3.2" // BuildMetadata stores the build metadata. //