chore: update fallback version to 4.24.0-rc.3
This commit is contained in:
parent
f46421b496
commit
6b206f773a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue