Skip to content

Commit d61de0d

Browse files
committed
Retract 0.18.4 and change version to 0.18.5
Part of #1149
1 parent e9e7447 commit d61de0d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ require (
2828
golang.org/x/time v0.0.0-20170927054726-6dc17368e09b
2929
honnef.co/go/tools v0.0.1-2019.2.3
3030
)
31+
32+
retract v0.18.4 // Significant issues found after more thorough testing, use v0.18.5 instaed

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ package internal
3535
// that are writing workflows. So every time we change API
3636
// that can affect them we have to change this number.
3737
// Format: MAJOR.MINOR.PATCH
38-
const LibraryVersion = "0.18.4"
38+
const LibraryVersion = "0.18.5"
3939

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

0 commit comments

Comments
 (0)