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