Skip to content

Commit 58b3f87

Browse files
committed
Release 9.4.0
1 parent 1e40e1b commit 58b3f87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>twilio</artifactId>
66
<packaging>jar</packaging>
77
<name>twilio</name>
8-
<version>9.3.0</version>
8+
<version>9.4.0</version>
99
<description>Twilio Java Helper Library</description>
1010
<url>https://www.twilio.com</url>
1111
<licenses>
@@ -19,7 +19,7 @@
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>9.3.0</tag>
22+
<tag>9.4.0</tag>
2323
</scm>
2424
<developers>
2525
<developer>

src/main/java/com/twilio/Twilio.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
public class Twilio {
2323

24-
public static final String VERSION = "9.3.0";
24+
public static final String VERSION = "9.4.0";
2525
public static final String JAVA_VERSION = System.getProperty("java.version");
2626
public static final String OS_NAME = System.getProperty("os.name");
2727
public static final String OS_ARCH = System.getProperty("os.arch");

0 commit comments

Comments
 (0)