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