Skip to content

Commit

Permalink
Release 10.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Apr 18, 2024
1 parent b9c019a commit 4f46e70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>twilio</artifactId>
<packaging>jar</packaging>
<name>twilio</name>
<version>10.1.4</version>
<version>10.1.5</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>10.1.4</tag>
<tag>10.1.5</tag>
</scm>
<developers>
<developer>
Expand Down Expand Up @@ -468,4 +468,4 @@
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
</project>
</project>
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 = "10.1.4";
public static final String VERSION = "10.1.5";
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 4f46e70

Please sign in to comment.