Skip to content

Commit 281bcba

Browse files
committed
Generate 2020.11
1 parent 55ac152 commit 281bcba

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'maven-publish'
55

66
group = 'io.dyspatch'
7-
version = '6.0.0'
7+
version = '7.0.0'
88

99
buildscript {
1010
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "io.dyspatch",
44
name := "dyspatch-java",
5-
version := "6.0.0",
5+
version := "7.0.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>dyspatch-java</artifactId>
66
<packaging>jar</packaging>
77
<name>dyspatch-java</name>
8-
<version>6.0.0</version>
8+
<version>7.0.0</version>
99
<url>https://github.com/openapitools/openapi-generator</url>
1010
<description>OpenAPI Java</description>
1111
<scm>

src/main/java/io/dyspatch/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ private void init() {
109109
json = new JSON();
110110

111111
// Set default User-Agent.
112-
setUserAgent("OpenAPI-Generator/6.0.0/java");
112+
setUserAgent("OpenAPI-Generator/7.0.0/java");
113113

114114
authentications = new HashMap<String, Authentication>();
115115
}

0 commit comments

Comments
 (0)