From e26b34263ecfcbd35f254b4459d598e37bd6ae73 Mon Sep 17 00:00:00 2001 From: Chad Retz Date: Mon, 8 Aug 2022 12:46:55 -0500 Subject: [PATCH] Update version to 1.16 (#878) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 10267ca16..34cfd686d 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.15.0" + SDKVersion = "1.16.0" // SupportedServerVersions is a semver rages (https://github.com/blang/semver#ranges) of server versions that // are supported by this Temporal SDK.