diff --git a/API.md b/API.md index 32dde115..a8ef4833 100644 --- a/API.md +++ b/API.md @@ -87,7 +87,7 @@ To exclude resources, and optimize response delivery, use the `exclude` query pa 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.0.0 -- Package version: 0.22.1 +- Package version: 0.22.2 - Build package: org.openapitools.codegen.languages.GoClientCodegen ## Installation diff --git a/metal/v1/configuration.go b/metal/v1/configuration.go index 486b944c..84e938be 100644 --- a/metal/v1/configuration.go +++ b/metal/v1/configuration.go @@ -90,7 +90,7 @@ type Configuration struct { func NewConfiguration() *Configuration { cfg := &Configuration{ DefaultHeader: make(map[string]string), - UserAgent: "metal-go/0.22.1", + UserAgent: "metal-go/0.22.2", Debug: false, Servers: ServerConfigurations{ { diff --git a/version b/version index a04c2def..934e07c6 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.22.1 \ No newline at end of file +0.22.2 \ No newline at end of file