We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7025a6a commit 02ca26cCopy full SHA for 02ca26c
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.37.0"
+ SDKVersion = "1.38.0"
12
13
// SDKName represents the name of the SDK.
14
SDKName = clientNameHeaderValue
0 commit comments