We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9486c19 commit b31c3bbCopy full SHA for b31c3bb
internal/version.go
@@ -35,11 +35,11 @@ package internal
35
// that are writing workflows. So every time we change API
36
// that can affect them we have to change this number.
37
// Format: MAJOR.MINOR.PATCH
38
-const LibraryVersion = "0.15.0"
+const LibraryVersion = "0.17.0"
39
40
// FeatureVersion is a semver that represents the
41
// feature set of this cadence client library support.
42
// This can be used for client capability check, on
43
// Cadence server, for backward compatibility
44
45
-const FeatureVersion = "1.6.0"
+const FeatureVersion = "1.7.0"
0 commit comments