From 2f4a45f202edd9a405028d24fede60ab774b00ea Mon Sep 17 00:00:00 2001 From: Vera <20527999+vkoby@users.noreply.github.com> Date: Fri, 2 Jul 2021 15:35:48 -0700 Subject: [PATCH] Update internal version to 1.8.0 (#484) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 6060eb84b..3c968687f 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.7.0" + SDKVersion = "1.8.0" // SupportedServerVersions is a semver rages (https://github.com/blang/semver#ranges) of server versions that // are supported by this Temporal SDK.