From b376f241c4a55be78a0afbe36a2049030b4b0150 Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Thu, 13 Jun 2024 16:32:54 -0700 Subject: [PATCH] Release v1.27.0 (#1513) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 47468ba11..749d74277 100644 --- a/internal/version.go +++ b/internal/version.go @@ -30,7 +30,7 @@ package internal const ( // SDKVersion is a semver (https://semver.org/) that represents the version of this Temporal GoSDK. // Server validates if SDKVersion fits its supported range and rejects request if it doesn't. - SDKVersion = "1.26.1" + SDKVersion = "1.27.0" // SDKName represents the name of the SDK. SDKName = clientNameHeaderValue