chore: bump version to v4.24.0-rc.1

This commit is contained in:
rcourtman 2025-10-13 15:46:53 +00:00
parent 3759f2eb1b
commit 07bd996150
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
4.23.0
4.24.0-rc.1

View file

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