Skip to content

Commit

Permalink
Retract 0.18.4 and change version to 0.18.5
Browse files Browse the repository at this point in the history
Part of #1149
  • Loading branch information
Groxx committed Nov 9, 2021
1 parent e9e7447 commit d61de0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ require (
golang.org/x/time v0.0.0-20170927054726-6dc17368e09b
honnef.co/go/tools v0.0.1-2019.2.3
)

retract v0.18.4 // Significant issues found after more thorough testing, use v0.18.5 instaed
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.4"
const LibraryVersion = "0.18.5"

// FeatureVersion is a semver that represents the
// feature set of this cadence client library support.
Expand Down

0 comments on commit d61de0d

Please sign in to comment.