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 d68db26 commit 78b8535Copy full SHA for 78b8535
internal/version.go
@@ -8,7 +8,7 @@ const (
8
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
9
//
10
// Exposed as: [go.temporal.io/sdk/temporal.SDKVersion]
11
- SDKVersion = "1.34.0"
+ SDKVersion = "1.35.0"
12
13
// SDKName represents the name of the SDK.
14
SDKName = clientNameHeaderValue
0 commit comments