Skip to content

Commit dbd5b3c

Browse files
authored
Release Go SDK v1.41.0 (#2219)
* Release Go SDK v1.41.0 * Loosen test timeout * Remove test change
1 parent 95b504e commit dbd5b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
99
//
1010
// Exposed as: [go.temporal.io/sdk/temporal.SDKVersion]
11-
SDKVersion = "1.40.0"
11+
SDKVersion = "1.41.0"
1212

1313
// SDKName represents the name of the SDK.
1414
SDKName = clientNameHeaderValue

0 commit comments

Comments
 (0)