From 856dbe5252f1f01e4a81f2876cb4ba35cbd1c0ca Mon Sep 17 00:00:00 2001 From: Temporal Data Date: Wed, 4 Sep 2024 20:16:46 +0000 Subject: [PATCH] Bump Server version to 1.25.0-rc.2 --- 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 b509797c6d0..5c009d51716 100644 --- a/common/headers/version_checker.go +++ b/common/headers/version_checker.go @@ -50,7 +50,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.25.0" + ServerVersion = "1.25.0-rc.2" // SupportedServerVersions is used by CLI and inter role communication. SupportedServerVersions = ">=1.0.0 <2.0.0"