We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a45c6 commit f780542Copy full SHA for f780542
src/main/java/com/twilio/Twilio.java
@@ -12,7 +12,7 @@
12
*/
13
public class Twilio {
14
15
- public static final String VERSION = "7.1.0-alpha-1";
+ public static final String VERSION = "7.2.0-alpha-1";
16
public static final String JAVA_VERSION = System.getProperty("java.version");
17
18
private static String username;
0 commit comments