Skip to content

Commit

Permalink
Bump version: 4.4.4 -> 4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 12, 2019
1 parent 69ee196 commit 2480421
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.4.4
current_version = 4.4.5
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.4.4';
private static final String SDK_VERSION = '4.4.5';
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 2480421

Please sign in to comment.