From 07b33ad215ef0ddff7483ba517e67ce34e4312e6 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Thu, 14 Aug 2025 10:39:10 +0000 Subject: [PATCH] chore: bump version to v4.3.1 --- VERSION | 2 +- internal/updates/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6d5a064bc..ecedc98d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3.1-rc.1 \ No newline at end of file +4.3.1 \ No newline at end of file diff --git a/internal/updates/version.go b/internal/updates/version.go index 3f635def6..523e110f2 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-rc.1" + version := "4.3.1" channel := "stable" if strings.Contains(strings.ToLower(version), "rc") { channel = "rc"