Skip to content

Commit 4a4695e

Browse files
Bump SDKVersion to 1.32.0 (#1775)
1 parent 3506cd2 commit 4a4695e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
3333
//
3434
// Exposed as: [go.temporal.io/sdk/temporal.SDKVersion]
35-
SDKVersion = "1.31.0"
35+
SDKVersion = "1.32.1"
3636

3737
// SDKName represents the name of the SDK.
3838
SDKName = clientNameHeaderValue

0 commit comments

Comments
 (0)