Skip to content

Commit

Permalink
Bump version: 4.2.0 -> 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 25, 2019
1 parent ecc1b28 commit 4521459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.2.0
current_version = 4.3.0
commit = True
message = Bump version: {current_version} -> {new_version}

Expand Down
2 changes: 1 addition & 1 deletion force-app/main/default/classes/IBMWatsonService.cls
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public abstract class IBMWatsonService {
private static final String CALLOUT = 'callout:';
private static final String VERSION = 'version';
private static final String USER_AGENT_FORMAT = 'watson-apis-salesforce-sdk-{0} {1}';
private static final String SDK_VERSION = '4.2.0';
private static final String SDK_VERSION = '4.3.0';
private static final String APIKEY_AS_USERNAME = 'apikey';
private static final String ICP_PREFIX = 'icp-';
private static final String AUTH_HEADER_DEPRECATION_MESSAGE = 'Authenticating with the X-Watson-Authorization-Token'
Expand Down

0 comments on commit 4521459

Please sign in to comment.