We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fa720 commit 8da89f8Copy full SHA for 8da89f8
internal/version.go
@@ -8,7 +8,7 @@ const (
8
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
9
//
10
// Exposed as: [go.temporal.io/sdk/temporal.SDKVersion]
11
- SDKVersion = "1.39.0"
+ SDKVersion = "1.40.0"
12
13
// SDKName represents the name of the SDK.
14
SDKName = clientNameHeaderValue
0 commit comments