Skip to content

Commit

Permalink
Bump SDK version. (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed May 16, 2020
1 parent 6313e48 commit df430fa
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 @@ -31,7 +31,7 @@ package internal
// This represents API changes visible to Temporal SDK consumers, i.e. developers
// that are writing workflows. So every time we change API that can affect them we have to change this number.
// Format: MAJOR.MINOR.PATCH
const SDKVersion = "0.20.0"
const SDKVersion = "0.23.0"

// SDKFeatureVersion is a semver that represents the feature set version of this Temporal SDK support.
// This can be used for client capability check, on Temporal server, for backward compatibility.
Expand Down

0 comments on commit df430fa

Please sign in to comment.