From a3cef7c5becf2303588588eee080c319b100c28c Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Thu, 28 Aug 2025 13:30:19 +0000 Subject: [PATCH] chore: bump version to v4.9.1 --- VERSION | 2 +- internal/updates/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b617d997d..1f1ac7c2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.9.0 \ No newline at end of file +4.9.1 \ No newline at end of file diff --git a/internal/updates/version.go b/internal/updates/version.go index 9792c6c14..c6a747615 100644 --- a/internal/updates/version.go +++ b/internal/updates/version.go @@ -164,7 +164,7 @@ func GetCurrentVersion() (*VersionInfo, error) { } // Final fallback - version := "4.9.0" + version := "4.9.1" channel := "stable" if strings.Contains(strings.ToLower(version), "rc") { channel = "rc"