From c7d3edc187c1a4fdbe2f0976b11e2d0f2b40dfc9 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Thu, 14 Aug 2025 11:41:00 +0000 Subject: [PATCH] chore: bump version to v4.3.2 --- VERSION | 2 +- internal/updates/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ecedc98d1..7e961f9e1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3.1 \ No newline at end of file +4.3.2 \ No newline at end of file diff --git a/internal/updates/version.go b/internal/updates/version.go index 523e110f2..f70bac77f 100644 --- a/internal/updates/version.go +++ b/internal/updates/version.go @@ -161,7 +161,7 @@ func GetCurrentVersion() (*VersionInfo, error) { } // Final fallback - version := "4.3.1" + version := "4.3.2" channel := "stable" if strings.Contains(strings.ToLower(version), "rc") { channel = "rc"