From 024f08d78926a6b43a4970c9b4e515b1f92e70c1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Oct 2019 21:19:17 +0000 Subject: [PATCH] Bump version: 4.4.5 -> 5.0.0 --- .bumpversion.cfg | 2 +- force-app/main/default/classes/IBMWatsonService.cls | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4b6b371e..73985cdc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.4.5 +current_version = 5.0.0 commit = True message = Bump version: {current_version} -> {new_version} diff --git a/force-app/main/default/classes/IBMWatsonService.cls b/force-app/main/default/classes/IBMWatsonService.cls index 50c1f0a4..d0960189 100644 --- a/force-app/main/default/classes/IBMWatsonService.cls +++ b/force-app/main/default/classes/IBMWatsonService.cls @@ -7,7 +7,7 @@ public abstract class IBMWatsonService { private Map defaultHeaders = null; private static final String USER_AGENT_FORMAT = 'watson-apis-salesforce-sdk-{0} {1}'; - private static final String SDK_VERSION = '4.4.5'; + private static final String SDK_VERSION = '5.0.0'; private static final String ERRORMSG_NO_AUTHENTICATOR = 'Authentication information was not properly configured.'; // Regular expression for JSON-related mimetypes.