mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
chore: update fallback version to 4.24.0-rc.3
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user