Skip to content

Commit

Permalink
Bump version to v1.15.0 (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Jun 7, 2022
1 parent e9dd80f commit cee305f
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.14.0"
SDKVersion = "1.15.0"

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

0 comments on commit cee305f

Please sign in to comment.