Skip to content

Commit

Permalink
Release Go SDK v1.29.0 (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Sep 5, 2024
1 parent 6f8719a commit c8cb430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ package internal
const (
// SDKVersion is a semver (https://semver.org/) that represents the version of this Temporal GoSDK.
// Server validates if SDKVersion fits its supported range and rejects request if it doesn't.
SDKVersion = "1.28.1"
SDKVersion = "1.29.0"

// SDKName represents the name of the SDK.
SDKName = clientNameHeaderValue
Expand Down

0 comments on commit c8cb430

Please sign in to comment.