Skip to content

Commit 293292d

Browse files
committed
Bump Server version to 1.24.3
1 parent 55638b5 commit 293292d

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.2"
52+
ServerVersion = "1.24.3"
5353

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

0 commit comments

Comments
 (0)