Skip to content

Commit

Permalink
Bump crate version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningHolmDE committed Aug 25, 2023
1 parent 4c347e9 commit d4e0379
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "hcloud"
version = "0.15.0" # also set in openapi-generator.yaml and regenerate API code
version = "0.16.0" # also set in openapi-generator.yaml and regenerate API code
authors = ["Henning Holm <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
httpUserAgent: hcloud-rust/0.15.0
httpUserAgent: hcloud-rust/0.16.0
library: reqwest
supportAsync: true
supportMultipleResponses: false
Expand Down
2 changes: 1 addition & 1 deletion src/apis/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl Default for Configuration {
fn default() -> Self {
Configuration {
base_path: "https://api.hetzner.cloud/v1".to_owned(),
user_agent: Some("hcloud-rust/0.15.0".to_owned()),
user_agent: Some("hcloud-rust/0.16.0".to_owned()),
client: reqwest::Client::new(),
basic_auth: None,
oauth_access_token: None,
Expand Down

0 comments on commit d4e0379

Please sign in to comment.