Skip to content

Commit

Permalink
[skip ci] Bump version: 4.0.0 -> 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 9, 2019
1 parent 0c8cc55 commit 9c5ece9
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.0.0
current_version = 4.0.1
commit = True
message = [skip ci] 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 @@ -15,7 +15,7 @@ public abstract class IBMWatsonService {
private static final String BEARER = 'Bearer ';
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.0.0';
private static final String SDK_VERSION = '4.0.1';
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 9c5ece9

Please sign in to comment.