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 4
4
5
5
<groupId >com.messagebird</groupId >
6
6
<artifactId >messagebird-api</artifactId >
7
- <version >3.0.11 </version > <!--
7
+ <version >3.0.12-SNAPSHOT </version > <!--
8
8
are you going to bump a major number?
9
9
then you are pleased to replace com.messagebird.Base64 with some library, for example net.iharder.base64
10
10
-->
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public class MessageBirdServiceImpl implements MessageBirdService {
61
61
62
62
private final String accessKey ;
63
63
private final String serviceUrl ;
64
- private final String clientVersion = "3.0.11 " ;
64
+ private final String clientVersion = "3.0.12 " ;
65
65
private final String userAgentString ;
66
66
private Proxy proxy = null ;
67
67
You can’t perform that action at this time.
0 commit comments