Skip to content

Commit 965da9f

Browse files
Bump Server version to 1.31.0-151.2
1 parent 9167186 commit 965da9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/headers/version_checker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323

2424
// ServerVersion value can be changed by the create-tag Github workflow.
2525
// If you change the var name or move it, be sure to update the workflow.
26-
ServerVersion = "1.31.0-151.1"
26+
ServerVersion = "1.31.0-151.2"
2727

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

0 commit comments

Comments
 (0)