File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/messagebird Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >com.messagebird</groupId >
66 <artifactId >messagebird-api</artifactId >
7- <version >3.0.16 </version > <!--
7+ <version >3.0.17-SNAPSHOT </version > <!--
88 are you going to bump a major number?
99 then you are pleased to replace com.messagebird.Base64 with some library, for example net.iharder.base64
1010 -->
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public class MessageBirdServiceImpl implements MessageBirdService {
6161
6262 private final String accessKey ;
6363 private final String serviceUrl ;
64- private final String clientVersion = "3.0.16 " ;
64+ private final String clientVersion = "3.0.17 " ;
6565 private final String userAgentString ;
6666 private Proxy proxy = null ;
6767
You can’t perform that action at this time.
0 commit comments