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 c47dc41 commit cccb9cfCopy full SHA for cccb9cf
internal/version.go
@@ -30,7 +30,7 @@ package internal
30
const (
31
// SDKVersion is a semver (https://semver.org/) that represents the version of this Temporal GoSDK.
32
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
33
- SDKVersion = "1.6.0"
+ SDKVersion = "1.7.0"
34
35
// SupportedServerVersions is a semver rages (https://github.com/blang/semver#ranges) of server versions that
36
// are supported by this Temporal SDK.
0 commit comments