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 5
5
<
8000
td data-grid-cell-id="diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8-5-5-2" data-line-anchor="diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R5" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side"> <artifactId >twilio</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >twilio</name >
8
- <version >9.2.0 </version >
8
+ <version >9.2.1 </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 >9.2.0 </tag >
22
+ <tag >9.2.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 = "9.2.0 " ;
24
+ public static final String VERSION = "9.2.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