From 592ae12141a56d9c52a1cb40eb28fa06d5550254 Mon Sep 17 00:00:00 2001 From: Roey Berman Date: Wed, 11 Sep 2024 11:29:41 -0700 Subject: [PATCH] Bump SDKVersion to 1.29.1 (#1631) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index ed63efdf9..439db9429 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.29.0" + SDKVersion = "1.29.1" // SDKName represents the name of the SDK. SDKName = clientNameHeaderValue