Skip to content

Commit

Permalink
Bump version: 4.4.5 -> 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 4, 2019
1 parent 83ea32a commit 024f08d
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.5
current_version = 5.0.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 @@ -7,7 +7,7 @@ public abstract class IBMWatsonService {
private Map<String, String> 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.
Expand Down

0 comments on commit 024f08d

Please sign in to comment.