From 485f7cc87f5724962ea881c3fb6170fd7a45a30a Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Thu, 14 Aug 2025 16:35:06 +0000 Subject: [PATCH] chore: bump version to v4.3.5 --- VERSION | 2 +- internal/updates/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a6695ff98..bbdf097e5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3.4 \ No newline at end of file +4.3.5 \ No newline at end of file diff --git a/internal/updates/version.go b/internal/updates/version.go index 487f5a6a0..cccaebf91 100644 --- a/internal/updates/version.go +++ b/internal/updates/version.go @@ -161,7 +161,7 @@ func GetCurrentVersion() (*VersionInfo, error) { } // Final fallback - version := "4.3.4" + version := "4.3.5" channel := "stable" if strings.Contains(strings.ToLower(version), "rc") { channel = "rc"