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 e9e7447 commit d61de0dCopy full SHA for d61de0d
go.mod
@@ -28,3 +28,5 @@ require (
28
golang.org/x/time v0.0.0-20170927054726-6dc17368e09b
29
honnef.co/go/tools v0.0.1-2019.2.3
30
)
31
+
32
+retract v0.18.4 // Significant issues found after more thorough testing, use v0.18.5 instaed
internal/version.go
@@ -35,7 +35,7 @@ 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.18.4"
+const LibraryVersion = "0.18.5"
39
40
// FeatureVersion is a semver that represents the
41
// feature set of this cadence client library support.
0 commit comments