We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7234e9c commit 762e454Copy full SHA for 762e454
gradle.properties
@@ -1,4 +1,4 @@
1
-version: 0.1.0
+version: 0.2.0-SNAPSHOT
2
3
groupId: io.intercom
4
intercom-java/src/main/java/io/intercom/api/Intercom.java
@@ -14,7 +14,7 @@ public class Intercom {
14
15
static final String AUTH_BEARER = "Bearer";
16
17
- private static final String VERSION = "0.1.0";
+ private static final String VERSION = "0.2.0-SNAPSHOT";
18
19
public static final String USER_AGENT = "intercom-java/" + Intercom.VERSION;
20
0 commit comments