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