Skip to content

Commit

Permalink
Codegen version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnyder-intrinio committed Jun 5, 2024
1 parent 0a69a97 commit ce9d02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/intrinio/invoker/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public ApiClient() {
json = new JSON();

// Set default User-Agent.
setUserAgent("Swagger-Codegen/6.20.2/java");
setUserAgent("Swagger-Codegen/6.20.3/java");

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

0 comments on commit ce9d02c

Please sign in to comment.