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:
parent
b931e1e126
commit
c57f2bad0a
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Final fallback
|
// Final fallback
|
||||||
version := "4.24.0-rc.1"
|
version := "4.24.0-rc.2"
|
||||||
channel := "stable"
|
channel := "stable"
|
||||||
if strings.Contains(strings.ToLower(version), "rc") {
|
if strings.Contains(strings.ToLower(version), "rc") {
|
||||||
channel = "rc"
|
channel = "rc"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue