diff --git a/common/headers/version_checker.go b/common/headers/version_checker.go index f061a05559d..af9d7579a03 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.2-125.1" + ServerVersion = "1.26.2" // SupportedServerVersions is used by CLI and inter role communication. SupportedServerVersions = ">=1.0.0 <2.0.0"