Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 05b0322

Browse files
author
equinix-labs@auto-commit-workflow
committed
ci: regenerate code for version 0.8.0
1 parent bb7310f commit 05b0322

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

equinix-openapi-metal/src/main/java/com/equinix/openapi/ApiClient.java

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

142142
// Set default User-Agent.
143-
setUserAgent("metal-java/0.7.0");
143+
setUserAgent("metal-java/0.8.0");
144144

145145
authentications = new HashMap<String, Authentication>();
146146
}

equinix-openapi-metal/src/main/java/com/equinix/openapi/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
1717
public class Configuration {
18-
public static final String VERSION = "0.7.0";
18+
public static final String VERSION = "0.8.0";
1919

2020
private static ApiClient defaultApiClient = new ApiClient();
2121

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

0 commit comments

Comments
 (0)