From 64cee5a2c6bb0d122805ee4b01db5f48b18889f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20=C5=A0idlauskas?= Date: Fri, 3 Jun 2022 08:43:56 +0300 Subject: [PATCH] Update client version --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index d294cf89e..99f08a8f7 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.4" +const LibraryVersion = "0.19.1" // FeatureVersion is a semver that represents the // feature set of this cadence client library support.