diff --git a/README.md b/README.md
index 85de3774..4f977603 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Add this dependency to your project's POM:
com.bandwidth.sdk
bandwidth-sdk
- 10.0.0
+ 10.1.0
compile
```
@@ -57,7 +57,7 @@ Add this dependency to your project's build file:
}
dependencies {
- implementation "com.bandwidth.sdk:bandwidth-sdk:10.0.0"
+ implementation "com.bandwidth.sdk:bandwidth-sdk:10.1.0"
}
```
@@ -71,7 +71,7 @@ mvn clean package
Then manually install the following JARs:
-* `target/bandwidth-sdk-10.0.0.jar`
+* `target/bandwidth-sdk-10.1.0.jar`
* `target/lib/*.jar`
## Getting Started
diff --git a/build.gradle b/build.gradle
index a805f53b..9f33620e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'
group = 'com.bandwidth.sdk'
-version = '10.0.0'
+version = '10.1.0'
buildscript {
repositories {
diff --git a/build.sbt b/build.sbt
index c1271347..c186322a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "com.bandwidth.sdk",
name := "bandwidth-sdk",
- version := "10.0.0",
+ version := "10.1.0",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
diff --git a/openapi-config.yml b/openapi-config.yml
index 6e3fdb34..ddbd9299 100644
--- a/openapi-config.yml
+++ b/openapi-config.yml
@@ -1,5 +1,5 @@
artifactId: bandwidth-sdk
-artifactVersion: 10.0.0
+artifactVersion: 10.1.0
artifactDescription: The official client SDK for Bandwidth's Voice, Messaging, MFA, and WebRTC APIs
artifactUrl: https://github.com/Bandwidth/java-sdk
developerEmail: dx@bandwidth.com
diff --git a/pom.xml b/pom.xml
index bfbd01ec..dfa1d642 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
bandwidth-sdk
jar
bandwidth-sdk
- 10.0.0
+ 10.1.0
https://github.com/Bandwidth/java-sdk
The official client SDK for Bandwidth's Voice, Messaging, MFA, and WebRTC APIs
diff --git a/src/main/java/com/bandwidth/sdk/ApiClient.java b/src/main/java/com/bandwidth/sdk/ApiClient.java
index 1338dddb..35e36a6d 100644
--- a/src/main/java/com/bandwidth/sdk/ApiClient.java
+++ b/src/main/java/com/bandwidth/sdk/ApiClient.java
@@ -141,7 +141,7 @@ private void init() {
json = new JSON();
// Set default User-Agent.
- setUserAgent("OpenAPI-Generator/10.0.0/java");
+ setUserAgent("OpenAPI-Generator/10.1.0/java");
authentications = new HashMap();
}
diff --git a/src/main/java/com/bandwidth/sdk/Configuration.java b/src/main/java/com/bandwidth/sdk/Configuration.java
index 285c19a9..612351ee 100644
--- a/src/main/java/com/bandwidth/sdk/Configuration.java
+++ b/src/main/java/com/bandwidth/sdk/Configuration.java
@@ -15,7 +15,7 @@
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.6.0")
public class Configuration {
- public static final String VERSION = "10.0.0";
+ public static final String VERSION = "10.1.0";
private static ApiClient defaultApiClient = new ApiClient();