From 668a6379f097903082d55286a957fd3e4c01c3d5 Mon Sep 17 00:00:00 2001 From: Temporal Data Date: Fri, 22 Mar 2024 17:28:38 +0000 Subject: [PATCH] Bump Server version to 1.23.0 --- 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 008b7317d95..5bbbc72c855 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.23.0-rc16" + ServerVersion = "1.23.0" // SupportedServerVersions is used by CLI and inter role communication. SupportedServerVersions = ">=1.0.0 <2.0.0"