diff --git a/API.md b/API.md index 4c74ed8b..ab46c82f 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.16.0 +- Package version: 0.17.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen ## Installation diff --git a/metal/v1/configuration.go b/metal/v1/configuration.go index 8d9ac770..ec04c34d 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.16.0", + UserAgent: "metal-go/0.17.0", Debug: false, Servers: ServerConfigurations{ { diff --git a/version b/version index d183d4ac..07feb823 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.16.0 \ No newline at end of file +0.17.0 \ No newline at end of file