From f5764250e7e506ea915f6dd324828e233fd2c57e Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Fri, 13 Oct 2023 09:49:32 -0700 Subject: [PATCH] Release v1.25.1 (#1268) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 08faef4ed..59aeff67b 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.25.0" + SDKVersion = "1.25.1" // SDKName represents the name of the SDK. SDKName = clientNameHeaderValue