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