From a6b3235de599e3ab7ed605c1894b7217de8fca1f Mon Sep 17 00:00:00 2001 From: Steven L Date: Mon, 8 Nov 2021 12:07:21 -0800 Subject: [PATCH] Bump cadence.Version to 0.18.4 (#1146) Prepwork for a release --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 11162c217..d294cf89e 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.18.0" +const LibraryVersion = "0.18.4" // FeatureVersion is a semver that represents the // feature set of this cadence client library support.