We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21ede2 commit 1b21084Copy full SHA for 1b21084
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.30.1"
+ SDKVersion = "1.31.0"
36
37
// SDKName represents the name of the SDK.
38
SDKName = clientNameHeaderValue
0 commit comments