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 >8.34.0 </version >
8
+ <version >8.34.1 </version >
9
9
<description >Twilio Java Helper Library</description >
10
10
<url >https://www.twilio.com</url >
11
11
<licenses >
19
19
<
url >
[email protected] :twilio/twilio-java.git</
url >
20
20
<
connection >scm:git:
[email protected] :twilio/twilio-java.git</
connection >
21
21
<
developerConnection >scm:git:
[email protected] :twilio/twilio-java.git</
developerConnection >
22
- <tag >8.34.0 </tag >
22
+ <tag >8.34.1 </tag >
23
23
</scm >
24
24
<developers >
25
25
<developer >
Original file line number Diff line number Diff line change 21
21
*/
22
22
public class Twilio {
23
23
24
- public static final String VERSION = "8.34.0 " ;
24
+ public static final String VERSION = "8.34.1 " ;
25
25
public static final String JAVA_VERSION = System .getProperty ("java.version" );
26
26
public static final String OS_NAME = System .getProperty ("os.name" );
27
27
public static final String OS_ARCH = System .getProperty ("os.arch" );
You can’t perform that action at this time.
0 commit comments