From ee44ce7bb2e9ff1752bb2de88120112e891a6526 Mon Sep 17 00:00:00 2001 From: "equinix-labs@auto-commit-workflow" Date: Tue, 13 Feb 2024 20:22:23 +0000 Subject: [PATCH] ci: regenerate code for version 0.33.0 triggered by @ctreatma --- services/metalv1/README.md | 2 +- services/metalv1/configuration.go | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/metalv1/README.md b/services/metalv1/README.md index 506a95fc..09b5b6d8 100644 --- a/services/metalv1/README.md +++ b/services/metalv1/README.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.32.0 +- Package version: 0.33.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen ## Installation diff --git a/services/metalv1/configuration.go b/services/metalv1/configuration.go index 02176b4f..2e1e071a 100644 --- a/services/metalv1/configuration.go +++ b/services/metalv1/configuration.go @@ -90,7 +90,7 @@ type Configuration struct { func NewConfiguration() *Configuration { cfg := &Configuration{ DefaultHeader: make(map[string]string), - UserAgent: "equinix-sdk-go/0.32.0", + UserAgent: "equinix-sdk-go/0.33.0", Debug: false, Servers: ServerConfigurations{ { diff --git a/version b/version index 8a0d6d40..7d07a196 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.32.0 \ No newline at end of file +0.33.0 \ No newline at end of file