From 68d27b6058e62df93c6f4d30a7f83a22237e4a98 Mon Sep 17 00:00:00 2001
From: Denis Sukhoroslov <dsukhoroslov@gmail.com>
Date: Tue, 20 Feb 2024 23:52:22 +0200
Subject: [PATCH] changed version

---
 clients/go/tcr/README.md        | 2 +-
 clients/go/tcr/configuration.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/clients/go/tcr/README.md b/clients/go/tcr/README.md
index 62a8ccf..622e111 100644
--- a/clients/go/tcr/README.md
+++ b/clients/go/tcr/README.md
@@ -6,7 +6,7 @@ XFSC TRAIN Trusted Content Resolver REST API
 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: 1.0.3
+- Package version: 1.0.4
 - Build package: org.openapitools.codegen.languages.GoClientCodegen
 
 ## Installation
diff --git a/clients/go/tcr/configuration.go b/clients/go/tcr/configuration.go
index 63453e6..b225e42 100644
--- a/clients/go/tcr/configuration.go
+++ b/clients/go/tcr/configuration.go
@@ -87,7 +87,7 @@ type Configuration struct {
 func NewConfiguration() *Configuration {
 	cfg := &Configuration{
 		DefaultHeader: make(map[string]string),
-		UserAgent:     "OpenAPI-Generator/1.0.3/go",
+		UserAgent:     "OpenAPI-Generator/1.0.4/go",
 		Debug:         false,
 		Servers: ServerConfigurations{
 			{
-- 
GitLab