diff --git a/internal/version.go b/internal/version.go index c9dd85aaa..229840ccf 100644 --- a/internal/version.go +++ b/internal/version.go @@ -35,7 +35,7 @@ package internal // 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 LibraryVersion = "0.10.1" +const LibraryVersion = "0.11.0" // FeatureVersion is a semver that represents the // feature set of this cadence client library support.