We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bdb3e commit 4c24037Copy full SHA for 4c24037
common/headers/version_checker.go
@@ -23,7 +23,7 @@ const (
23
24
// ServerVersion value can be changed by the create-tag Github workflow.
25
// If you change the var name or move it, be sure to update the workflow.
26
- ServerVersion = "1.29.0"
+ ServerVersion = "1.29.1"
27
28
// SupportedServerVersions is used by CLI and inter role communication.
29
SupportedServerVersions = ">=1.0.0 <2.0.0"
0 commit comments