From 2c512a96e37d45a616d926b901b5d85578cee6ea Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Wed, 10 Sep 2025 21:38:46 +0000 Subject: [PATCH] chore: bump version to v4.15.0-rc.4 --- VERSION | 2 +- internal/updates/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8c1787909..74a73d0d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.15.0-rc.3 \ No newline at end of file +4.15.0-rc.4 \ No newline at end of file diff --git a/internal/updates/version.go b/internal/updates/version.go index bcd9bb55d..045b11289 100644 --- a/internal/updates/version.go +++ b/internal/updates/version.go @@ -166,7 +166,7 @@ func GetCurrentVersion() (*VersionInfo, error) { } // Final fallback - version := "4.15.0-rc.3" + version := "4.15.0-rc.4" channel := "stable" if strings.Contains(strings.ToLower(version), "rc") { channel = "rc"