From 9bbb0d3cfe5da477b535dd45aee3e72b6975c5a8 Mon Sep 17 00:00:00 2001 From: Bowei Xu Date: Mon, 2 Dec 2019 15:40:13 -0800 Subject: [PATCH] Patch lib version 0.10.1 (#896) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 95037f01c..6905db517 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.10.0" +const LibraryVersion = "0.10.1" // FeatureVersion is a semver that represents the // feature set of this cadence client library support.