Skip to content

Commit c8cb430

Browse files
Release Go SDK v1.29.0 (#1620)
1 parent 6f8719a commit c8cb430

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
@@ -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.28.1"
33+
SDKVersion = "1.29.0"
3434

3535
// SDKName represents the name of the SDK.
3636
SDKName = clientNameHeaderValue

0 commit comments

Comments
 (0)