From 29ab107cd02a0ef42ac324311ef6f5afe29e3e9e Mon Sep 17 00:00:00 2001 From: Roey Berman Date: Mon, 6 Jan 2025 17:36:14 -0800 Subject: [PATCH] Update ServerVersion to next minor (#7031) Part of the release process now that `v1.26.2` is out. --- common/headers/version_checker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/headers/version_checker.go b/common/headers/version_checker.go index eb43b02e711..3b07159feef 100644 --- a/common/headers/version_checker.go +++ b/common/headers/version_checker.go @@ -49,7 +49,7 @@ const ( // ServerVersion value can be changed by the create-tag Github workflow. // If you change the var name or move it, be sure to update the workflow. - ServerVersion = "1.26.0" + ServerVersion = "1.27.0" // SupportedServerVersions is used by CLI and inter role communication. SupportedServerVersions = ">=1.0.0 <2.0.0"