From 34f71ac9d724670c6542faf1fac3e5594479a98a Mon Sep 17 00:00:00 2001 From: Chad Retz Date: Thu, 10 Nov 2022 14:06:42 -0600 Subject: [PATCH] Version v1.18.1 (#953) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 3a4c7bbd1..9af9718e7 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.18.0" + SDKVersion = "1.18.1" // SupportedServerVersions is a semver rages (https://github.com/blang/semver#ranges) of server versions that // are supported by this Temporal SDK.