From ce9ff96c78f29e8f15406f1a4716c0a8c5c1068e Mon Sep 17 00:00:00 2001 From: "equinix-labs@auto-commit-workflow" Date: Mon, 2 Oct 2023 16:15:07 +0000 Subject: [PATCH] ci: regenerate code for version 0.24.0 --- API.md | 2 +- metal/v1/configuration.go | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index 90533a68..43e138b8 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.23.1 +- Package version: 0.24.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen ## Installation diff --git a/metal/v1/configuration.go b/metal/v1/configuration.go index 2c99cc90..f91e588e 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.23.1", + UserAgent: "metal-go/0.24.0", Debug: false, Servers: ServerConfigurations{ { diff --git a/version b/version index 91841d58..286d5b09 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.23.1 \ No newline at end of file +0.24.0 \ No newline at end of file