Skip to content

Commit 3dbd4c0

Browse files
authored
Bump Server version to 1.28.3 (#9554)
## What changed? Bump server version to 1.28.3 for the upcoming patch release. ## Why? Prepare for v1.28.3 patch release, which includes: - Bump x/crypto, x/net, and Go 1.24.13 to address CVEs (#9440) - Bump elasticsearch8 image to 8.5.0 (#9497) ## How did you test it? - [x] covered by existing tests Made with [Cursor](https://cursor.com)
1 parent 78c3cdf commit 3dbd4c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/headers/version_checker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424

2525
// ServerVersion value can be changed by the create-tag Github workflow.
2626
// If you change the var name or move it, be sure to update the workflow.
27-
ServerVersion = "1.28.2"
27+
ServerVersion = "1.28.3"
2828

2929
// SupportedServerVersions is used by CLI and inter role communication.
3030
SupportedServerVersions = ">=1.0.0 <2.0.0"

0 commit comments

Comments
 (0)