We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520b525 commit 158b823Copy full SHA for 158b823
internal/version.go
@@ -30,7 +30,7 @@ package internal
30
const (
31
// SDKVersion is a semver (https://semver.org/) that represents the version of this Temporal GoSDK.
32
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
33
- SDKVersion = "1.30.0"
+ SDKVersion = "1.30.1"
34
35
// SDKName represents the name of the SDK.
36
SDKName = clientNameHeaderValue
0 commit comments