Skip to content

Commit

Permalink
horizon java updates for v2.0.199
Browse files Browse the repository at this point in the history
Signed-off-by: Concourse <[email protected]>
  • Loading branch information
Concourse committed Jul 25, 2024
1 parent aad5230 commit 21552ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>horizon-sdk</artifactId>
<packaging>jar</packaging>
<name>horizon-sdk</name>
<version>2.0.197</version>
<version>2.0.199</version>
<url>https://github.com/finbourne/horizon-sdk-java</url>
<description>horizon</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/finbourne/horizon/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/2.0.197/java");
setUserAgent("OpenAPI-Generator/2.0.199/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/finbourne/horizon/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class Configuration {
public static final String VERSION = "2.0.197";
public static final String VERSION = "2.0.199";

private static ApiClient defaultApiClient = new ApiClient();

Expand Down

0 comments on commit 21552ba

Please sign in to comment.