diff --git a/VERSION b/VERSION index d1bd32b00..e414a0645 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.15.0-rc.1 \ No newline at end of file +4.15.0-rc.2 \ No newline at end of file diff --git a/internal/updates/version.go b/internal/updates/version.go index 547300f13..e4571f2fa 100644 --- a/internal/updates/version.go +++ b/internal/updates/version.go @@ -164,7 +164,7 @@ func GetCurrentVersion() (*VersionInfo, error) { } // Final fallback - version := "4.15.0-rc.1" + version := "4.15.0-rc.2" channel := "stable" if strings.Contains(strings.ToLower(version), "rc") { channel = "rc"