We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64da39 commit 5677de7Copy full SHA for 5677de7
common/headers/version_checker.go
@@ -49,7 +49,7 @@ const (
49
50
// ServerVersion value can be changed by the create-tag Github workflow.
51
// If you change the var name or move it, be sure to update the workflow.
52
- ServerVersion = "1.24.1"
+ ServerVersion = "1.24.2"
53
54
// SupportedServerVersions is used by CLI and inter role communication.
55
SupportedServerVersions = ">=1.0.0 <2.0.0"
0 commit comments