Skip to content

Commit bc2433d

Browse files
committed
Bump Server version to 1.28.1
1 parent c4c2b3c commit bc2433d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0"
27+
ServerVersion = "1.28.1"
2828

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

0 commit comments

Comments
 (0)