Skip to content

Commit b036505

Browse files
Update release/v1.28.0 ServerVersion tag (#7974)
## What changed? - Update `release/v1.28.0` server version
1 parent 06dfee3 commit b036505

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-134.4"
27+
ServerVersion = "1.28.0"
2828

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

0 commit comments

Comments
 (0)