We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab1eb2 commit 2556a60Copy full SHA for 2556a60
1 file changed
common/headers/version_checker.go
@@ -24,7 +24,7 @@ const (
24
25
// ServerVersion value can be changed by the create-tag Github workflow.
26
// If you change the var name or move it, be sure to update the workflow.
27
- ServerVersion = "1.28.3"
+ ServerVersion = "1.28.4"
28
29
// SupportedServerVersions is used by CLI and inter role communication.
30
SupportedServerVersions = ">=1.0.0 <2.0.0"
0 commit comments