From 4302c3455bd475f8493df71ca0485b14a0f584dc Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Thu, 25 May 2023 17:00:24 -0700 Subject: [PATCH] Release v1.23.0 (#1121) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 3a2b0492c..b09422ab6 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.22.2" + SDKVersion = "1.23.0" // SupportedServerVersions is a semver rages (https://github.com/blang/semver#ranges) of server versions that // are supported by this Temporal SDK.