From 1234d2a9b0280cdea946aa2f1eb474edfa8de7c2 Mon Sep 17 00:00:00 2001 From: "equinix-labs@auto-commit-workflow" Date: Thu, 21 Dec 2023 17:06:50 +0000 Subject: [PATCH] ci: regenerate code for version 0.31.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 9beadb0e..40c9e7ae 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.30.0 +- Package version: 0.31.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen ## Installation diff --git a/services/metalv1/configuration.go b/services/metalv1/configuration.go index 3be0b6b5..29479f90 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.30.0", + UserAgent: "equinix-sdk-go/0.31.0", Debug: false, Servers: ServerConfigurations{ { diff --git a/version b/version index 065d469b..f0e1a438 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.30.0 \ No newline at end of file +0.31.0 \ No newline at end of file