Skip to content

Commit 72d6a9c

Browse files
committed
Bump Server version to 1.25.1
1 parent e40642e commit 72d6a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/headers/version_checker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const (
5050

5151
// ServerVersion value can be changed by the create-tag Github workflow.
5252
// If you change the var name or move it, be sure to update the workflow.
53-
ServerVersion = "1.25.0"
53+
ServerVersion = "1.25.1"
5454

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

0 commit comments

Comments
 (0)