chore: bump version to v4.24.0

This commit is contained in:
rcourtman 2025-10-15 22:26:24 +00:00
parent 4838793677
commit 1d580c658d
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
4.24.0-rc.3
4.24.0

View file

@ -159,7 +159,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
}
// Final fallback
return buildInfo("4.24.0-rc.3", "release", false), nil
return buildInfo("4.24.0", "release", false), nil
}
// normalizeVersionString ensures any version string can be parsed as semantic version.