Skip to content

Commit

Permalink
Regenerated the Java client
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Sergeev committed Dec 24, 2021
1 parent 0941a04 commit a9a779a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Low-level client for Manticore Search.


For more information, please visit [https://manticoresearch.com/contact-us/](https://manticoresearch.com/contact-us/)
For more information, please visit [https://manticoresearch.com/contact-us/](https://manticoresearch.com/contact-us/)


## Requirements
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'com.manticoresearch'
version = '2.0.1'
version = '2.0.2'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "com.manticoresearch",
name := "manticoresearch",
version := "2.0.1",
version := "2.0.2",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>manticoresearch</artifactId>
<packaging>jar</packaging>
<name>manticoresearch</name>
<version>2.0.1</version>
<version>2.0.2</version>
<url>https://github.com/manticoresoftware/manticoresearch-java</url>
<description>Client for Manticore Search</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/manticoresearch/client/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public ApiClient(Map<String, Authentication> authMap) {
this.dateFormat = new RFC3339DateFormat();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/2.0.1/java");
setUserAgent("OpenAPI-Generator/2.0.2/java");

// Setup authentications (key: authentication name, value: authentication).
authentications = new HashMap<String, Authentication>();
Expand Down

0 comments on commit a9a779a

Please sign in to comment.