Skip to content

Commit

Permalink
osc-sdk-go v1.20.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Jutteau <[email protected]>
  • Loading branch information
jerome-jutteau committed Nov 9, 2022
1 parent 35c2339 commit 297df3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An OpenAPI description of the OUTSCALE API is also available in this [GitHub rep
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 1.23
- Package version: 1.19.0
- Package version: 1.20.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down
2 changes: 1 addition & 1 deletion osc/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func NewConfiguration() *Configuration {
cfg := &Configuration{
BasePath: "https://api.eu-west-2.outscale.com/api/v1",
DefaultHeader: make(map[string]string),
UserAgent: "osc-sdk-go/1.19.0",
UserAgent: "osc-sdk-go/1.20.0",
Debug: false,
Servers: []ServerConfiguration{
{
Expand Down
2 changes: 1 addition & 1 deletion sdk_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.0
1.20.0

0 comments on commit 297df3b

Please sign in to comment.