From df430fa5ae17e95b8e1f96c736d58519b152c31a Mon Sep 17 00:00:00 2001 From: Alex Shtin Date: Fri, 15 May 2020 17:18:38 -0700 Subject: [PATCH] Bump SDK version. (#135) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 551643778..797d04170 100644 --- a/internal/version.go +++ b/internal/version.go @@ -31,7 +31,7 @@ package internal // This represents API changes visible to Temporal SDK consumers, i.e. developers // 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 SDKVersion = "0.20.0" +const SDKVersion = "0.23.0" // SDKFeatureVersion is a semver that represents the feature set version of this Temporal SDK support. // This can be used for client capability check, on Temporal server, for backward compatibility.