From a651ff8ff1df26882fbf74044eeea00b6649d1d5 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Wed, 27 Aug 2025 13:42:17 +0000 Subject: [PATCH] chore: bump version to v4.9.0-rc.2 --- VERSION | 2 +- internal/updates/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6829342ff..0ef520a08 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.9.0-rc.1 \ No newline at end of file +4.9.0-rc.2 \ No newline at end of file diff --git a/internal/updates/version.go b/internal/updates/version.go index c4c2b71cf..c042b0708 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-rc.1" + version := "4.9.0-rc.2" channel := "stable" if strings.Contains(strings.ToLower(version), "rc") { channel = "rc"