File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 <artifactId >twilio</artifactId >
66 <packaging >jar</packaging >
77 <name >twilio</name >
8- <version >11.0.0-rc.3 </version >
8+ <version >11.0.0-rc.4 </version >
99 <description >Twilio Java Helper Library</description >
1010 <url >https://www.twilio.com</url >
1111 <licenses >
1919 <url >git@github.com:twilio/twilio-java.git</url >
2020 <connection >scm:git:git@github.com:twilio/twilio-java.git</connection >
2121 <developerConnection >scm:git:git@github.com:twilio/twilio-java.git</developerConnection >
22- <tag >11.0.0-rc.3 </tag >
22+ <tag >11.0.0-rc.4 </tag >
2323 </scm >
2424 <developers >
2525 <developer >
Original file line number Diff line number Diff line change 2424 */
2525public class Twilio {
2626
27- public static final String VERSION = "11.0.0-rc.3 " ;
27+ public static final String VERSION = "11.0.0-rc.4 " ;
2828 public static final String JAVA_VERSION = System .getProperty ("java.version" );
2929 public static final String OS_NAME = System .getProperty ("os.name" );
3030 public static final String OS_ARCH = System .getProperty ("os.arch" );
You can’t perform that action at this time.
0 commit comments