diff --git a/.sdk-version b/.sdk-version index 051b3df..60b77e0 100644 --- a/.sdk-version +++ b/.sdk-version @@ -1 +1 @@ -v3.118.0 +v3.118.3 diff --git a/v3/client.go b/v3/client.go index f99e7f4..65e00d9 100644 --- a/v3/client.go +++ b/v3/client.go @@ -40,7 +40,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the RevEng.AI API API vv3.118.0 +// APIClient manages communication with the RevEng.AI API API vv3.118.3 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/v3/configuration.go b/v3/configuration.go index 0534f8f..b57f836 100644 --- a/v3/configuration.go +++ b/v3/configuration.go @@ -91,7 +91,7 @@ type Configuration struct { func NewConfiguration() *Configuration { cfg := &Configuration{ DefaultHeader: make(map[string]string), - UserAgent: "OpenAPI-Generator/v3.118.0/go", + UserAgent: "OpenAPI-Generator/v3.118.3/go", Debug: false, Servers: ServerConfigurations{ {