We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba43df commit 8dbb606Copy full SHA for 8dbb606
internal/version.go
@@ -32,7 +32,7 @@ const (
32
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
33
//
34
// Exposed as: [go.temporal.io/sdk/temporal.SDKVersion]
35
- SDKVersion = "1.33.0"
+ SDKVersion = "1.34.0"
36
37
// SDKName represents the name of the SDK.
38
SDKName = clientNameHeaderValue
0 commit comments