From c3f45d4e4ed1c39e0bb0ef0de8bacd435de47a36 Mon Sep 17 00:00:00 2001 From: "equinix-labs@auto-commit-workflow" Date: Thu, 28 Sep 2023 14:37:02 +0000 Subject: [PATCH] ci: regenerate code for version 0.23.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 a8ef4833..7610c711 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.2 +- Package version: 0.23.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen ## Installation diff --git a/metal/v1/configuration.go b/metal/v1/configuration.go index 84e938be..0c962da6 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.2", + UserAgent: "metal-go/0.23.0", Debug: false, Servers: ServerConfigurations{ { diff --git a/version b/version index 934e07c6..2ba6141d 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.22.2 \ No newline at end of file +0.23.0 \ No newline at end of file