Skip to content

Commit

Permalink
Release 9.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jan 25, 2024
1 parent 23e5c7b commit aa5cf62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>twilio</artifactId>
<packaging>jar</packaging>
<name>twilio</name>
<version>9.15.1</version>
<version>9.16.0</version>
<description>Twilio Java Helper Library</description>
<url>https://www.twilio.com</url>
<licenses>
Expand All @@ -19,7 +19,7 @@
<url>git@github.com:twilio/twilio-java.git</url>
<connection>scm:git:git@github.com:twilio/twilio-java.git</connection>
<developerConnection>scm:git:git@github.com:twilio/twilio-java.git</developerConnection>
<tag>9.15.1</tag>
<tag>9.16.0</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/twilio/Twilio.java
Expand Up @@ -21,7 +21,7 @@
*/
public class Twilio {

public static final String VERSION = "9.15.1";
public static final String VERSION = "9.16.0";
public static final String JAVA_VERSION = System.getProperty("java.version");
public static final String OS_NAME = System.getProperty("os.name");
public static final String OS_ARCH = System.getProperty("os.arch");
Expand Down

0 comments on commit aa5cf62

Please sign in to comment.