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"