mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-10 00:14:38 +00:00
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
|
||||
version := "4.24.0-rc.1"
|
||||
version := "4.24.0-rc.2"
|
||||
channel := "stable"
|
||||
if strings.Contains(strings.ToLower(version), "rc") {
|
||||
channel = "rc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue