Skip to content

Commit 5677de7

Browse files
committed
Bump Server version to 1.24.2
1 parent b64da39 commit 5677de7

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
@@ -49,7 +49,7 @@ const (
4949

5050
// ServerVersion value can be changed by the create-tag Github workflow.
5151
// If you change the var name or move it, be sure to update the workflow.
52-
ServerVersion = "1.24.1"
52+
ServerVersion = "1.24.2"
5353

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

0 commit comments

Comments
 (0)