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 5ed31b6 commit faac5d3Copy full SHA for faac5d3
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.36.0"
+ SDKVersion = "1.37.0"
12
13
// SDKName represents the name of the SDK.
14
SDKName = clientNameHeaderValue
0 commit comments