From 4b927f76dc2832f87c1772e8b2ec304f7b1fc075 Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Fri, 10 Feb 2023 13:59:06 -0800 Subject: [PATCH] Update SDK Version to 1.21.1 (#1036) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index d95a38cf3..c4ce8c90d 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.21.0" + SDKVersion = "1.21.1" // SupportedServerVersions is a semver rages (https://github.com/blang/semver#ranges) of server versions that // are supported by this Temporal SDK.