diff --git a/internal/version.go b/internal/version.go index 08faef4ed..59aeff67b 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.25.0" + SDKVersion = "1.25.1" // SDKName represents the name of the SDK. SDKName = clientNameHeaderValue