Skip to content

Commit

Permalink
osc-sdk-rust v1.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Outscale Bot <[email protected]>
  • Loading branch information
Open-Source-Bot committed Aug 13, 2024
1 parent 1bd9a7a commit aa6844d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "outscale_api"
version = "1.10.0"
version = "1.11.0"
authors = ["Outscale SAS <[email protected]>"]
edition = "2021"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can learn more about errors returned by the API in the dedicated [errors pag
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.

- API version: 1.30.0
- Package version: 1.10.0
- Package version: 1.11.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`

## Installation
Expand Down
2 changes: 1 addition & 1 deletion sdk_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.11.0
2 changes: 1 addition & 1 deletion src/apis/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl Default for Configuration {
fn default() -> Self {
Configuration {
base_path: "https://api.eu-west-2.outscale.com/api/v1".to_owned(),
user_agent: Some("osc-sdk-rust/1.10.0".to_owned()),
user_agent: Some("osc-sdk-rust/1.11.0".to_owned()),
client: reqwest::Client::new(),
basic_auth: None,
oauth_access_token: None,
Expand Down

0 comments on commit aa6844d

Please sign in to comment.