Skip to content

Commit c1ce1d2

Browse files
authored
Release v1.17.0 (#907)
1 parent ffa7590 commit c1ce1d2

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
@@ -30,7 +30,7 @@ package internal
3030
const (
3131
// SDKVersion is a semver (https://semver.org/) that represents the version of this Temporal GoSDK.
3232
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
33-
SDKVersion = "1.16.0"
33+
SDKVersion = "1.17.0"
3434

3535
// SupportedServerVersions is a semver rages (https://github.com/blang/semver#ranges) of server versions that
3636
// are supported by this Temporal SDK.

0 commit comments

Comments
 (0)