chore: bump version to v4.24.0
This commit is contained in:
parent
4838793677
commit
1d580c658d
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
4.24.0-rc.3
|
||||
4.24.0
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue