chore: update fallback version to 4.24.0-rc.3

This commit is contained in:
rcourtman 2025-10-13 17:50:44 +00:00
parent f46421b496
commit 6b206f773a

View file

@ -169,7 +169,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
}
// Final fallback
version := "4.24.0-rc.2"
version := "4.24.0-rc.3"
channel := "stable"
if strings.Contains(strings.ToLower(version), "rc") {
channel = "rc"