Skip to content

Commit b1ae42e

Browse files
committed
Bump Server version to 1.27.0
1 parent aad1f44 commit b1ae42e

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.27.0-rc.0"
52+
ServerVersion = "1.27.0"
5353

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

0 commit comments

Comments
 (0)