Skip to content

Commit

Permalink
Bump crate version to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningHolmDE committed Aug 9, 2024
1 parent 2db1948 commit c3e1830
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.19.0" # also set in openapi-generator.yaml and regenerate API code
version = "0.20.0" # also set in openapi-generator.yaml and regenerate API code
authors = ["Henning Holm <[email protected]>"]
edition = "2021"
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.19.0
httpUserAgent: hcloud-rust/0.20.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.19.0".to_owned()),
user_agent: Some("hcloud-rust/0.20.0".to_owned()),
client: reqwest::Client::new(),
basic_auth: None,
oauth_access_token: None,
Expand Down

0 comments on commit c3e1830

Please sign in to comment.