File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
<artifactId >twilio</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >twilio</name >
8
- <version >10.7.1 </version >
8
+ <version >10.7.2 </version >
9
9
<description >Twilio Java Helper Library</description >
10
10
<url >https://www.twilio.com</url >
11
11
<licenses >
19
19
<url >git@github.com:twilio/twilio-java.git</url >
20
20
<connection >scm:git:git@github.com:twilio/twilio-java.git</connection >
21
21
<developerConnection >scm:git:git@github.com:twilio/twilio-java.git</developerConnection >
22
- <tag >10.7.1 </tag >
22
+ <tag >10.7.2 </tag >
23
23
</scm >
24
24
<developers >
25
25
<developer >
Original file line number Diff line number Diff line change 24
24
*/
25
25
public class Twilio {
26
26
27
- public static final String VERSION = "10.7.1 " ;
27
+ public static final String VERSION = "10.7.2 " ;
28
28
public static final String JAVA_VERSION = System .getProperty ("java.version" );
29
29
public static final String OS_NAME = System .getProperty ("os.name" );
30
30
public static final String OS_ARCH = System .getProperty ("os.arch" );
You can’t perform that action at this time.
0 commit comments