Skip to content

Commit

Permalink
Merge pull request #53 from klpx/patch-1
Browse files Browse the repository at this point in the history
Bump http client version
  • Loading branch information
epels authored Feb 8, 2019
2 parents a3d5ddc + 0ac02f3 commit 0627e1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class MessageBirdServiceImpl implements MessageBirdService {

private final String accessKey;
private final String serviceUrl;
private final String clientVersion = "2.0.0";
private final String clientVersion = "2.1.0";
private final String userAgentString;
private Proxy proxy = null;

Expand Down

0 comments on commit 0627e1b

Please sign in to comment.