From c7944b646087a70a49afad47c41ff71218aff870 Mon Sep 17 00:00:00 2001 From: Chad Retz Date: Fri, 12 Nov 2021 08:05:39 -0600 Subject: [PATCH] Bump version to v1.11.1 (#629) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index ddc19bcc3..c83964bf3 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.11.0" + SDKVersion = "1.11.1" // SupportedServerVersions is a semver rages (https://github.com/blang/semver#ranges) of server versions that // are supported by this Temporal SDK.