fix: setup script UX and auth verification for v4.24.0-rc.2

- Changed menu from [I/r/c] to numbered options [1/2/3]
- Added RequireAuth to temperature verification endpoint
- Bumped version to 4.24.0-rc.2
This commit is contained in:
rcourtman 2025-10-13 16:37:43 +00:00
parent b931e1e126
commit c57f2bad0a

View file

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