diff --git a/README.md b/README.md
index fee133d5..924ab72a 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ Add this dependency to your project's build file:
}
dependencies {
- implementation "com.bandwidth.sdk:bandwidth-sdk:9.1.5"
+ implementation "com.bandwidth.sdk:bandwidth-sdk:10.0.0"
}
```
@@ -70,7 +70,7 @@ mvn clean package
Then manually install the following JARs:
-* `target/bandwidth-sdk-9.1.5.jar`
+* `target/bandwidth-sdk-10.0.0.jar`
* `target/lib/*.jar`
## Getting Started
diff --git a/build.gradle b/build.gradle
index 1de409f0..efd99809 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'
group = 'com.bandwidth.sdk'
-version = '9.1.5'
+version = '10.0.0'
buildscript {
repositories {
diff --git a/build.sbt b/build.sbt
index 09f39d61..22544979 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 := "9.1.5",
+ version := "10.0.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 32e7ccf8..6e3fdb34 100644
--- a/openapi-config.yml
+++ b/openapi-config.yml
@@ -1,5 +1,5 @@
artifactId: bandwidth-sdk
-artifactVersion: 9.1.5
+artifactVersion: 10.0.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 8ae90bde..bc68b39c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
bandwidth-sdk
jar
bandwidth-sdk
- 9.1.5
+ 10.0.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 14144a59..07cf490f 100644
--- a/src/main/java/com/bandwidth/sdk/ApiClient.java
+++ b/src/main/java/com/bandwidth/sdk/ApiClient.java
@@ -140,7 +140,7 @@ private void init() {
json = new JSON();
// Set default User-Agent.
- setUserAgent("OpenAPI-Generator/9.1.5/java");
+ setUserAgent("OpenAPI-Generator/10.0.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 07df2ef1..a76f451b 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")
public class Configuration {
- public static final String VERSION = "9.1.5";
+ public static final String VERSION = "10.0.0";
private static ApiClient defaultApiClient = new ApiClient();