Skip to content

Commit 1b21084

Browse files
authored
Bump SDKVersion to 1.31.0 (#1753)
1 parent d21ede2 commit 1b21084

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.30.1"
35+
SDKVersion = "1.31.0"
3636

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

0 commit comments

Comments
 (0)