Skip to content

Commit

Permalink
Bump SDKVersion to 1.32.0 (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
antlai-temporal authored Jan 14, 2025
1 parent 3506cd2 commit 4a4695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
//
// Exposed as: [go.temporal.io/sdk/temporal.SDKVersion]
SDKVersion = "1.31.0"
SDKVersion = "1.32.1"

// SDKName represents the name of the SDK.
SDKName = clientNameHeaderValue
Expand Down

0 comments on commit 4a4695e

Please sign in to comment.