diff --git a/README.md b/README.md
index a5a077a7648f5e62bee7d49b375a4161c8db3bbd..bc1c95fcf7d1618e59d50bdb77b1817bc6c91938 100644
--- a/README.md
+++ b/README.md
@@ -108,8 +108,8 @@ OpenAPI Generator Version    | Release Date | Notes
 ---------------------------- | ------------ | -----
 5.0.0 (upcoming major release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/5.0.0-SNAPSHOT/)| 13.05.2020 | Major release with breaking changes (no fallback)
 4.2.0 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.2.0-SNAPSHOT/)| 09.10.2019 | Minor release (breaking changes with fallbacks)
-4.1.2 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.1.2-SNAPSHOT/)| 13.09.2019 | Patch release (bug fixes, enhancements)
-[4.1.1](https://github.com/OpenAPITools/openapi-generator/releases/tag/v4.1.1) (latest stable release) | 26.08.2019 | Minor release (breaking changes with fallbacks)
+4.1.3 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.1.3-SNAPSHOT/)| 30.09.2019 | Patch release (bug fixes, enhancements)
+[4.1.2](https://github.com/OpenAPITools/openapi-generator/releases/tag/v4.1.2) (latest stable release) | 11.09.2019 | Minor release (breaking changes with fallbacks)
 
 OpenAPI Spec compatibility: 1.0, 1.1, 1.2, 2.0, 3.0
 
diff --git a/modules/openapi-generator-cli/pom.xml b/modules/openapi-generator-cli/pom.xml
index 33e9332bd4b3556fbdc9abe8b0e42f3ce6c2fb73..6aa4ae20dcfbca2d93af1b309ad5a450f70e85b6 100644
--- a/modules/openapi-generator-cli/pom.xml
+++ b/modules/openapi-generator-cli/pom.xml
@@ -4,7 +4,7 @@
         <groupId>org.openapitools</groupId>
         <artifactId>openapi-generator-project</artifactId>
         <!-- RELEASE_VERSION -->
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.2</version>
         <!-- /RELEASE_VERSION -->
         <relativePath>../..</relativePath>
     </parent>
diff --git a/modules/openapi-generator-core/pom.xml b/modules/openapi-generator-core/pom.xml
index 7068316100e882ed09b8d6f3f04666a1403736c0..f69687e78052872bc2c6f934b54e3f52e8fb0657 100644
--- a/modules/openapi-generator-core/pom.xml
+++ b/modules/openapi-generator-core/pom.xml
@@ -6,7 +6,7 @@
     <artifactId>openapi-generator-project</artifactId>
     <groupId>org.openapitools</groupId>
     <!-- RELEASE_VERSION -->
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2</version>
     <!-- /RELEASE_VERSION -->
     <relativePath>../..</relativePath>
   </parent>
diff --git a/modules/openapi-generator-gradle-plugin/gradle.properties b/modules/openapi-generator-gradle-plugin/gradle.properties
index be80c3e951a39dc576ddf1366afbcf5413d82aca..2f1def6959ae92c11936f8a4332efb47d0f9ea47 100644
--- a/modules/openapi-generator-gradle-plugin/gradle.properties
+++ b/modules/openapi-generator-gradle-plugin/gradle.properties
@@ -1,5 +1,5 @@
 # RELEASE_VERSION
-openApiGeneratorVersion=4.1.2-SNAPSHOT
+openApiGeneratorVersion=4.1.2
 # /RELEASE_VERSION
 
 # BEGIN placeholders
diff --git a/modules/openapi-generator-gradle-plugin/pom.xml b/modules/openapi-generator-gradle-plugin/pom.xml
index 9d88e7942ff0c031d7fe31db1d6fd8bbf3442d7a..10ccde39468a234e0a561f0cd0bbe02f8e51412e 100644
--- a/modules/openapi-generator-gradle-plugin/pom.xml
+++ b/modules/openapi-generator-gradle-plugin/pom.xml
@@ -4,7 +4,7 @@
         <groupId>org.openapitools</groupId>
         <artifactId>openapi-generator-project</artifactId>
         <!-- RELEASE_VERSION -->
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.2</version>
         <!-- /RELEASE_VERSION -->
         <relativePath>../..</relativePath>
     </parent>
diff --git a/modules/openapi-generator-maven-plugin/pom.xml b/modules/openapi-generator-maven-plugin/pom.xml
index 9cdb817e8db13215589c7f8472fd3f19bcb8e21d..5acc27929f08ebb5df10abd67098320abce91808 100644
--- a/modules/openapi-generator-maven-plugin/pom.xml
+++ b/modules/openapi-generator-maven-plugin/pom.xml
@@ -5,7 +5,7 @@
         <groupId>org.openapitools</groupId>
         <artifactId>openapi-generator-project</artifactId>
         <!-- RELEASE_VERSION -->
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.2</version>
         <!-- /RELEASE_VERSION -->
         <relativePath>../..</relativePath>
     </parent>
diff --git a/modules/openapi-generator-online/pom.xml b/modules/openapi-generator-online/pom.xml
index 3f09968e698b216ae08653bf7a8cdafe331ca8ef..e5344041bd18c21c983acde420b21feb38168e39 100644
--- a/modules/openapi-generator-online/pom.xml
+++ b/modules/openapi-generator-online/pom.xml
@@ -4,7 +4,7 @@
         <groupId>org.openapitools</groupId>
         <artifactId>openapi-generator-project</artifactId>
         <!-- RELEASE_VERSION -->
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.2</version>
         <!-- /RELEASE_VERSION -->
         <relativePath>../..</relativePath>
     </parent>
diff --git a/modules/openapi-generator/pom.xml b/modules/openapi-generator/pom.xml
index deffeb375fa89bb22c373f216077c4f4358a8af2..3a96a6102bf70aeef7a5f040f409bda652e18aec 100644
--- a/modules/openapi-generator/pom.xml
+++ b/modules/openapi-generator/pom.xml
@@ -4,7 +4,7 @@
         <groupId>org.openapitools</groupId>
         <artifactId>openapi-generator-project</artifactId>
         <!-- RELEASE_VERSION -->
-        <version>4.1.2-SNAPSHOT</version>
+        <version>4.1.2</version>
         <!-- /RELEASE_VERSION -->
         <relativePath>../..</relativePath>
     </parent>
diff --git a/pom.xml b/pom.xml
index 64a490cfdcdbf20bbcc853bad9bc221167eb4e33..bc704f4f50636f42dc8f2babb073d5e69941a048 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
     <packaging>pom</packaging>
     <name>openapi-generator-project</name>
     <!-- RELEASE_VERSION -->
-    <version>4.1.2-SNAPSHOT</version>
+    <version>4.1.2</version>
     <!-- /RELEASE_VERSION -->
     <url>https://github.com/openapitools/openapi-generator</url>
     <scm>
diff --git a/samples/client/petstore/R/.openapi-generator/VERSION b/samples/client/petstore/R/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/R/.openapi-generator/VERSION
+++ b/samples/client/petstore/R/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/apex/.openapi-generator/VERSION b/samples/client/petstore/apex/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/apex/.openapi-generator/VERSION
+++ b/samples/client/petstore/apex/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/.openapi-generator/VERSION b/samples/client/petstore/csharp-netcore/OpenAPIClient/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClient/.openapi-generator/VERSION
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/.openapi-generator/VERSION b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/.openapi-generator/VERSION
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/csharp/OpenAPIClient/.openapi-generator/VERSION b/samples/client/petstore/csharp/OpenAPIClient/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/csharp/OpenAPIClient/.openapi-generator/VERSION
+++ b/samples/client/petstore/csharp/OpenAPIClient/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/dart-jaguar/flutter_petstore/openapi/.openapi-generator/VERSION b/samples/client/petstore/dart-jaguar/flutter_petstore/openapi/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/dart-jaguar/flutter_petstore/openapi/.openapi-generator/VERSION
+++ b/samples/client/petstore/dart-jaguar/flutter_petstore/openapi/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/dart-jaguar/flutter_proto_petstore/openapi/.openapi-generator/VERSION b/samples/client/petstore/dart-jaguar/flutter_proto_petstore/openapi/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/dart-jaguar/flutter_proto_petstore/openapi/.openapi-generator/VERSION
+++ b/samples/client/petstore/dart-jaguar/flutter_proto_petstore/openapi/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/dart-jaguar/openapi/.openapi-generator/VERSION b/samples/client/petstore/dart-jaguar/openapi/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/dart-jaguar/openapi/.openapi-generator/VERSION
+++ b/samples/client/petstore/dart-jaguar/openapi/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/dart-jaguar/openapi_proto/.openapi-generator/VERSION b/samples/client/petstore/dart-jaguar/openapi_proto/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/dart-jaguar/openapi_proto/.openapi-generator/VERSION
+++ b/samples/client/petstore/dart-jaguar/openapi_proto/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/dart/flutter_petstore/openapi/.openapi-generator/VERSION b/samples/client/petstore/dart/flutter_petstore/openapi/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/dart/flutter_petstore/openapi/.openapi-generator/VERSION
+++ b/samples/client/petstore/dart/flutter_petstore/openapi/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/dart/openapi-browser-client/.openapi-generator/VERSION b/samples/client/petstore/dart/openapi-browser-client/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/dart/openapi-browser-client/.openapi-generator/VERSION
+++ b/samples/client/petstore/dart/openapi-browser-client/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/dart/openapi/.openapi-generator/VERSION b/samples/client/petstore/dart/openapi/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/dart/openapi/.openapi-generator/VERSION
+++ b/samples/client/petstore/dart/openapi/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/dart2/openapi/.openapi-generator/VERSION b/samples/client/petstore/dart2/openapi/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/dart2/openapi/.openapi-generator/VERSION
+++ b/samples/client/petstore/dart2/openapi/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/elixir/.openapi-generator/VERSION b/samples/client/petstore/elixir/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/elixir/.openapi-generator/VERSION
+++ b/samples/client/petstore/elixir/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/go/go-petstore-withXml/.openapi-generator/VERSION b/samples/client/petstore/go/go-petstore-withXml/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/go/go-petstore-withXml/.openapi-generator/VERSION
+++ b/samples/client/petstore/go/go-petstore-withXml/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/go/go-petstore/.openapi-generator/VERSION b/samples/client/petstore/go/go-petstore/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/go/go-petstore/.openapi-generator/VERSION
+++ b/samples/client/petstore/go/go-petstore/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/groovy/.openapi-generator/VERSION b/samples/client/petstore/groovy/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/groovy/.openapi-generator/VERSION
+++ b/samples/client/petstore/groovy/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/haskell-http-client/.openapi-generator/VERSION b/samples/client/petstore/haskell-http-client/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/haskell-http-client/.openapi-generator/VERSION
+++ b/samples/client/petstore/haskell-http-client/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/feign/.openapi-generator/VERSION b/samples/client/petstore/java/feign/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/feign/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/feign/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/feign10x/.openapi-generator/VERSION b/samples/client/petstore/java/feign10x/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/feign10x/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/feign10x/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/google-api-client/.openapi-generator/VERSION b/samples/client/petstore/java/google-api-client/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/google-api-client/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/google-api-client/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/jersey1/.openapi-generator/VERSION b/samples/client/petstore/java/jersey1/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/jersey1/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/jersey1/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/jersey2-java6/.openapi-generator/VERSION b/samples/client/petstore/java/jersey2-java6/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/jersey2-java6/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/jersey2-java6/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/jersey2-java8/.openapi-generator/VERSION b/samples/client/petstore/java/jersey2-java8/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/jersey2-java8/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/jersey2-java8/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/jersey2/.openapi-generator/VERSION b/samples/client/petstore/java/jersey2/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/jersey2/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/jersey2/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/native/.openapi-generator/VERSION b/samples/client/petstore/java/native/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/native/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/native/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/okhttp-gson-parcelableModel/.openapi-generator/VERSION b/samples/client/petstore/java/okhttp-gson-parcelableModel/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/okhttp-gson-parcelableModel/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/okhttp-gson-parcelableModel/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/okhttp-gson/.openapi-generator/VERSION b/samples/client/petstore/java/okhttp-gson/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/okhttp-gson/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/okhttp-gson/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/rest-assured/.openapi-generator/VERSION b/samples/client/petstore/java/rest-assured/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/rest-assured/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/rest-assured/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/resteasy/.openapi-generator/VERSION b/samples/client/petstore/java/resteasy/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/resteasy/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/resteasy/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/resttemplate-withXml/.openapi-generator/VERSION b/samples/client/petstore/java/resttemplate-withXml/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/resttemplate-withXml/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/resttemplate-withXml/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/resttemplate/.openapi-generator/VERSION b/samples/client/petstore/java/resttemplate/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/resttemplate/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/resttemplate/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/retrofit/.openapi-generator/VERSION b/samples/client/petstore/java/retrofit/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/retrofit/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/retrofit/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/retrofit2-play24/.openapi-generator/VERSION b/samples/client/petstore/java/retrofit2-play24/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/retrofit2-play24/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/retrofit2-play24/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/retrofit2-play25/.openapi-generator/VERSION b/samples/client/petstore/java/retrofit2-play25/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/retrofit2-play25/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/retrofit2-play25/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/retrofit2-play26/.openapi-generator/VERSION b/samples/client/petstore/java/retrofit2-play26/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/retrofit2-play26/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/retrofit2-play26/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/retrofit2/.openapi-generator/VERSION b/samples/client/petstore/java/retrofit2/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/retrofit2/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/retrofit2/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/retrofit2rx/.openapi-generator/VERSION b/samples/client/petstore/java/retrofit2rx/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/retrofit2rx/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/retrofit2rx/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/retrofit2rx2/.openapi-generator/VERSION b/samples/client/petstore/java/retrofit2rx2/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/retrofit2rx2/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/retrofit2rx2/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/vertx/.openapi-generator/VERSION b/samples/client/petstore/java/vertx/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/vertx/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/vertx/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/java/webclient/.openapi-generator/VERSION b/samples/client/petstore/java/webclient/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/java/webclient/.openapi-generator/VERSION
+++ b/samples/client/petstore/java/webclient/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/javascript-es6/.openapi-generator/VERSION b/samples/client/petstore/javascript-es6/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/javascript-es6/.openapi-generator/VERSION
+++ b/samples/client/petstore/javascript-es6/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/javascript-promise-es6/.openapi-generator/VERSION b/samples/client/petstore/javascript-promise-es6/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/javascript-promise-es6/.openapi-generator/VERSION
+++ b/samples/client/petstore/javascript-promise-es6/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/javascript-promise/.openapi-generator/VERSION b/samples/client/petstore/javascript-promise/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/javascript-promise/.openapi-generator/VERSION
+++ b/samples/client/petstore/javascript-promise/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/javascript-promise/src/ApiClient.js b/samples/client/petstore/javascript-promise/src/ApiClient.js
index bc78456a244459cac6cec264c7c95bd3c5a9b133..2ad93935758039cabef5c602d7a6eacad2afe07b 100644
--- a/samples/client/petstore/javascript-promise/src/ApiClient.js
+++ b/samples/client/petstore/javascript-promise/src/ApiClient.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/api/AnotherFakeApi.js b/samples/client/petstore/javascript-promise/src/api/AnotherFakeApi.js
index b3912b69ba707eda9704284c2f5f522ddf6872d2..e61b48c9996d5267956b7690905ce3831369ca08 100644
--- a/samples/client/petstore/javascript-promise/src/api/AnotherFakeApi.js
+++ b/samples/client/petstore/javascript-promise/src/api/AnotherFakeApi.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/api/FakeApi.js b/samples/client/petstore/javascript-promise/src/api/FakeApi.js
index 8885f9261923cbb7ec0c2505b8f1737d3abb6a88..d6a0f18b96aadf57cfbbbc39797220e219cf3233 100644
--- a/samples/client/petstore/javascript-promise/src/api/FakeApi.js
+++ b/samples/client/petstore/javascript-promise/src/api/FakeApi.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/api/FakeClassnameTags123Api.js b/samples/client/petstore/javascript-promise/src/api/FakeClassnameTags123Api.js
index 45800f56f1254f4fde4ef79138fc785a1fedddf6..e986df10c4f48dc24142e67dcae92074479adc13 100644
--- a/samples/client/petstore/javascript-promise/src/api/FakeClassnameTags123Api.js
+++ b/samples/client/petstore/javascript-promise/src/api/FakeClassnameTags123Api.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/api/PetApi.js b/samples/client/petstore/javascript-promise/src/api/PetApi.js
index 410431a2b4e918a4702029dd971218421bf1e601..8e0238a8a2dc61d0719dbeed05a42450ec68d958 100644
--- a/samples/client/petstore/javascript-promise/src/api/PetApi.js
+++ b/samples/client/petstore/javascript-promise/src/api/PetApi.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/api/StoreApi.js b/samples/client/petstore/javascript-promise/src/api/StoreApi.js
index 87d4191860b95d2d33a4a66cc1d4420b9fe8961b..4e1f8a031ede07267a7acb9489f319f51af2a1ee 100644
--- a/samples/client/petstore/javascript-promise/src/api/StoreApi.js
+++ b/samples/client/petstore/javascript-promise/src/api/StoreApi.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/api/UserApi.js b/samples/client/petstore/javascript-promise/src/api/UserApi.js
index 8e8ded64d1d1f916683de4d5519437bd264f42e4..49c5b594168c297e08ad47d5044b6c8d7f28031e 100644
--- a/samples/client/petstore/javascript-promise/src/api/UserApi.js
+++ b/samples/client/petstore/javascript-promise/src/api/UserApi.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/index.js b/samples/client/petstore/javascript-promise/src/index.js
index 340973f1f140088618b44b32d97ad20db3d51574..a1dd0a9eafd944a63bfa1e9c9eb56af5eddebc92 100644
--- a/samples/client/petstore/javascript-promise/src/index.js
+++ b/samples/client/petstore/javascript-promise/src/index.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesAnyType.js b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesAnyType.js
index cb42a1c37e39288b83d322ac9ac29e346c77157d..4f0c25c188495f801a1c09656020f51bf2819ea2 100644
--- a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesAnyType.js
+++ b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesAnyType.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesArray.js b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesArray.js
index c114c29624fc152d94848f6ebd87f4c2865b737f..57b74ffd7edbe708f5f17de15a6aba62633c5d39 100644
--- a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesArray.js
+++ b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesArray.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesBoolean.js b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesBoolean.js
index 48129702d837741210648973b80e74495198b52e..ca2b2c127984c3722ed0ac1dc3e4ffb3ed143dc0 100644
--- a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesBoolean.js
+++ b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesBoolean.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesClass.js b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesClass.js
index 38a0f0a54be6b62fb7d2f4329d2cb3efc88b8ed0..68afe7413cb9507afa62f81a424b64425bba9478 100644
--- a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesClass.js
+++ b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesClass.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesInteger.js b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesInteger.js
index c7e4efd7fd6c6f01264a73932f78e35165d3dddf..8cf1e98b58cff7f590defc12f0b756d9e29a3297 100644
--- a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesInteger.js
+++ b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesInteger.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesNumber.js b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesNumber.js
index b0cace5044b37fb57cc2409b0a73a23430678e01..5f7fe107a20bb52fe9b1d2a6758a17b389821f99 100644
--- a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesNumber.js
+++ b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesNumber.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesObject.js b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesObject.js
index 7efd3008c901e8cba2575a49c67f191f2a2a487d..a14826e808223b8baae5982a1d91b532d2e25249 100644
--- a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesObject.js
+++ b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesObject.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesString.js b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesString.js
index bac51a63432ccb0ae6edc50296584893bc00ce54..26d31343ac9d2ac08f435013aa96ac869ff203f1 100644
--- a/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesString.js
+++ b/samples/client/petstore/javascript-promise/src/model/AdditionalPropertiesString.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/Animal.js b/samples/client/petstore/javascript-promise/src/model/Animal.js
index 5ce95cc4c60e26287cb2efd367e9a115a6e0fad2..3c7df42ed55d62a28fc26d69f76adf7e159dd2a8 100644
--- a/samples/client/petstore/javascript-promise/src/model/Animal.js
+++ b/samples/client/petstore/javascript-promise/src/model/Animal.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/ApiResponse.js b/samples/client/petstore/javascript-promise/src/model/ApiResponse.js
index 04a796e1221ac7b7ed5e0da84147d65830625dd1..3e99445d68002683417b3e5d78c65900f8ddc521 100644
--- a/samples/client/petstore/javascript-promise/src/model/ApiResponse.js
+++ b/samples/client/petstore/javascript-promise/src/model/ApiResponse.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/ArrayOfArrayOfNumberOnly.js b/samples/client/petstore/javascript-promise/src/model/ArrayOfArrayOfNumberOnly.js
index c8827edbfe98668e059a095a59a1833618879735..ddede74e5b9ca7cd6437b6f951fa71de61e7012e 100644
--- a/samples/client/petstore/javascript-promise/src/model/ArrayOfArrayOfNumberOnly.js
+++ b/samples/client/petstore/javascript-promise/src/model/ArrayOfArrayOfNumberOnly.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/ArrayOfNumberOnly.js b/samples/client/petstore/javascript-promise/src/model/ArrayOfNumberOnly.js
index 3a74aeb9e5da4671c0d0fdff3f52e4dc02c094bd..1aaa43990d73870307124c7ae764ac01461029eb 100644
--- a/samples/client/petstore/javascript-promise/src/model/ArrayOfNumberOnly.js
+++ b/samples/client/petstore/javascript-promise/src/model/ArrayOfNumberOnly.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/ArrayTest.js b/samples/client/petstore/javascript-promise/src/model/ArrayTest.js
index 4aa0a223048c8068f7d085d526e88f20752d8118..378b46ba7f2b6c4f5ed66245fcbfc478be165f55 100644
--- a/samples/client/petstore/javascript-promise/src/model/ArrayTest.js
+++ b/samples/client/petstore/javascript-promise/src/model/ArrayTest.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/Capitalization.js b/samples/client/petstore/javascript-promise/src/model/Capitalization.js
index c79a13d221c0be2420a1ce8fce09a9056f6543c6..6e414eca61c215645adb4c46e749200f38aa1558 100644
--- a/samples/client/petstore/javascript-promise/src/model/Capitalization.js
+++ b/samples/client/petstore/javascript-promise/src/model/Capitalization.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/Cat.js b/samples/client/petstore/javascript-promise/src/model/Cat.js
index 483bcedba94af4d59df35f2b21d65e963ac76ef1..c51a540bf1960a82e32302f2f18d2eab9c137f75 100644
--- a/samples/client/petstore/javascript-promise/src/model/Cat.js
+++ b/samples/client/petstore/javascript-promise/src/model/Cat.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/CatAllOf.js b/samples/client/petstore/javascript-promise/src/model/CatAllOf.js
index 77b925ec9f07aa8b797cc6a7bc81ce2e2f6c5f20..cfc5befba6b6e4b7787f776e3ac7fd8d10ffe41f 100644
--- a/samples/client/petstore/javascript-promise/src/model/CatAllOf.js
+++ b/samples/client/petstore/javascript-promise/src/model/CatAllOf.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/Category.js b/samples/client/petstore/javascript-promise/src/model/Category.js
index 0087c97f3a62928258f1d9d3e54bd78a80d838d0..e169f39500ab4527f618d1fc291dd5ac9bb33a03 100644
--- a/samples/client/petstore/javascript-promise/src/model/Category.js
+++ b/samples/client/petstore/javascript-promise/src/model/Category.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/ClassModel.js b/samples/client/petstore/javascript-promise/src/model/ClassModel.js
index 991b0531ebdee1887c347bfa617e79012b948e98..efb5816751836f493dfd035a715a8b90c3bedc94 100644
--- a/samples/client/petstore/javascript-promise/src/model/ClassModel.js
+++ b/samples/client/petstore/javascript-promise/src/model/ClassModel.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/Client.js b/samples/client/petstore/javascript-promise/src/model/Client.js
index 05c68443224f133cde23bb8c8f4e96142d46a25d..271aa4ca06210c85302cec779912836ab83378d1 100644
--- a/samples/client/petstore/javascript-promise/src/model/Client.js
+++ b/samples/client/petstore/javascript-promise/src/model/Client.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/Dog.js b/samples/client/petstore/javascript-promise/src/model/Dog.js
index 23e816904ac7d34e1bf0fee5617755ee5eb24438..9e2366d44a766a200e13e8a8bb63216a478955f8 100644
--- a/samples/client/petstore/javascript-promise/src/model/Dog.js
+++ b/samples/client/petstore/javascript-promise/src/model/Dog.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/DogAllOf.js b/samples/client/petstore/javascript-promise/src/model/DogAllOf.js
index 361c192ae673c0273b71bcfee1c0acf9d0be9a88..3a83bbd7d9ab1c4994904b3dc902cddfe85250a3 100644
--- a/samples/client/petstore/javascript-promise/src/model/DogAllOf.js
+++ b/samples/client/petstore/javascript-promise/src/model/DogAllOf.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/EnumArrays.js b/samples/client/petstore/javascript-promise/src/model/EnumArrays.js
index f916dea064fb80e263c8753324a5cc5d44d94feb..99092c6e17b57ab1d689670e5b3070829b17ea79 100644
--- a/samples/client/petstore/javascript-promise/src/model/EnumArrays.js
+++ b/samples/client/petstore/javascript-promise/src/model/EnumArrays.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/EnumClass.js b/samples/client/petstore/javascript-promise/src/model/EnumClass.js
index 2e7d9d6fb06fda56db9eb27eba58f1ed64a2681d..4649436e6dfc7317399cb0d6414a446333c3ad28 100644
--- a/samples/client/petstore/javascript-promise/src/model/EnumClass.js
+++ b/samples/client/petstore/javascript-promise/src/model/EnumClass.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/EnumTest.js b/samples/client/petstore/javascript-promise/src/model/EnumTest.js
index 6c9fc6de8fb0aa5a4eb2353f0a608d07ea850205..ec3edba741ee5f1400a7e699aa854eb6d8f6d11b 100644
--- a/samples/client/petstore/javascript-promise/src/model/EnumTest.js
+++ b/samples/client/petstore/javascript-promise/src/model/EnumTest.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/File.js b/samples/client/petstore/javascript-promise/src/model/File.js
index e9b3572ea533c67942e132d84bf7fbc5db3dbba8..62b9fdc48c6ee6b50c0ce5116809ed9ff4b00bf6 100644
--- a/samples/client/petstore/javascript-promise/src/model/File.js
+++ b/samples/client/petstore/javascript-promise/src/model/File.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/FileSchemaTestClass.js b/samples/client/petstore/javascript-promise/src/model/FileSchemaTestClass.js
index fef997cdec22739abbd3041f5cd4c12c5d9dc87f..6364805b6cff93eb5be620d41c0f87d6704982a1 100644
--- a/samples/client/petstore/javascript-promise/src/model/FileSchemaTestClass.js
+++ b/samples/client/petstore/javascript-promise/src/model/FileSchemaTestClass.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/FormatTest.js b/samples/client/petstore/javascript-promise/src/model/FormatTest.js
index 1ed3abc2786875210acb1c2eb8b45caa0683e039..7a7ed794b4d9e735353f8ef5cf2f2d1677dd93f3 100644
--- a/samples/client/petstore/javascript-promise/src/model/FormatTest.js
+++ b/samples/client/petstore/javascript-promise/src/model/FormatTest.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/HasOnlyReadOnly.js b/samples/client/petstore/javascript-promise/src/model/HasOnlyReadOnly.js
index 2c2202aa86adc131114ee68022242c39fbad6e86..5516b3cca2552e9c9a46a0cfa004157c5f1ae840 100644
--- a/samples/client/petstore/javascript-promise/src/model/HasOnlyReadOnly.js
+++ b/samples/client/petstore/javascript-promise/src/model/HasOnlyReadOnly.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/List.js b/samples/client/petstore/javascript-promise/src/model/List.js
index 153959885b915c87207447b04a79c855e97ec3a7..692b25546c5866bcea5dd1570d83005ffff2d13b 100644
--- a/samples/client/petstore/javascript-promise/src/model/List.js
+++ b/samples/client/petstore/javascript-promise/src/model/List.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/MapTest.js b/samples/client/petstore/javascript-promise/src/model/MapTest.js
index 7e12ed979328d9e4707f25c0a46f06df8768b861..88c8dd20f053893a5b3b8120a7372fa48db70ee9 100644
--- a/samples/client/petstore/javascript-promise/src/model/MapTest.js
+++ b/samples/client/petstore/javascript-promise/src/model/MapTest.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/MixedPropertiesAndAdditionalPropertiesClass.js b/samples/client/petstore/javascript-promise/src/model/MixedPropertiesAndAdditionalPropertiesClass.js
index f37fea005bc84f7423b0350c612b78187038e9ab..262e8292c5649f5e8ed89b3ca81c0d7590a7e06d 100644
--- a/samples/client/petstore/javascript-promise/src/model/MixedPropertiesAndAdditionalPropertiesClass.js
+++ b/samples/client/petstore/javascript-promise/src/model/MixedPropertiesAndAdditionalPropertiesClass.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/Model200Response.js b/samples/client/petstore/javascript-promise/src/model/Model200Response.js
index a8babbd2c902ed8590a5a52ac9a11bf933fa3f09..68ae73e6f997435ed972ed4b6e859cb5a4ad3b47 100644
--- a/samples/client/petstore/javascript-promise/src/model/Model200Response.js
+++ b/samples/client/petstore/javascript-promise/src/model/Model200Response.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/ModelReturn.js b/samples/client/petstore/javascript-promise/src/model/ModelReturn.js
index cd2e4758516115c23600d498576d835d0c69d40e..9e506e3def59acf6d1094e343f9b11b3600e8731 100644
--- a/samples/client/petstore/javascript-promise/src/model/ModelReturn.js
+++ b/samples/client/petstore/javascript-promise/src/model/ModelReturn.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/Name.js b/samples/client/petstore/javascript-promise/src/model/Name.js
index 59cd5bb590f9b19fdb4553cb21ebe6741f3e218b..3b47826eb64ed64a5de1cdf22de775ea4d004c26 100644
--- a/samples/client/petstore/javascript-promise/src/model/Name.js
+++ b/samples/client/petstore/javascript-promise/src/model/Name.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/NumberOnly.js b/samples/client/petstore/javascript-promise/src/model/NumberOnly.js
index b5b41f18c70326142fde5c64fbb70af74a3be602..dc3aa84319dd561513da57e0aa021b8618a3f1e2 100644
--- a/samples/client/petstore/javascript-promise/src/model/NumberOnly.js
+++ b/samples/client/petstore/javascript-promise/src/model/NumberOnly.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/Order.js b/samples/client/petstore/javascript-promise/src/model/Order.js
index 19ebc458b6213e13bd6a20f2bcaf449a4cc5758b..64ace1d2d5bf56502646271e82b639428af0bddd 100644
--- a/samples/client/petstore/javascript-promise/src/model/Order.js
+++ b/samples/client/petstore/javascript-promise/src/model/Order.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/OuterComposite.js b/samples/client/petstore/javascript-promise/src/model/OuterComposite.js
index b29663197c9851db6e5560f2d05ca1b1a56cd3d5..df3256d776d3d2e880deea09538f86454580a2f6 100644
--- a/samples/client/petstore/javascript-promise/src/model/OuterComposite.js
+++ b/samples/client/petstore/javascript-promise/src/model/OuterComposite.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/OuterEnum.js b/samples/client/petstore/javascript-promise/src/model/OuterEnum.js
index af2373501561364c824774947371c60dc8d5bdef..3163500d686bfadbf3ee87fd6622749e1f0d8c9a 100644
--- a/samples/client/petstore/javascript-promise/src/model/OuterEnum.js
+++ b/samples/client/petstore/javascript-promise/src/model/OuterEnum.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/Pet.js b/samples/client/petstore/javascript-promise/src/model/Pet.js
index bc1bd467eae51cbe3e72356e4f2094c95790642b..d1968e548c8689962b7513b5c3f970ecb3c82941 100644
--- a/samples/client/petstore/javascript-promise/src/model/Pet.js
+++ b/samples/client/petstore/javascript-promise/src/model/Pet.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/ReadOnlyFirst.js b/samples/client/petstore/javascript-promise/src/model/ReadOnlyFirst.js
index 0769d253553b745e73705e04a319b6a75be992be..f621f9e396abda0c9ef4d71b475c3581db34cb3c 100644
--- a/samples/client/petstore/javascript-promise/src/model/ReadOnlyFirst.js
+++ b/samples/client/petstore/javascript-promise/src/model/ReadOnlyFirst.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/SpecialModelName.js b/samples/client/petstore/javascript-promise/src/model/SpecialModelName.js
index 2f0836006fc72e024736b1a720ef0c25d19767a3..8d3fa426993dc0255751f40db815dcbe1e4eb14b 100644
--- a/samples/client/petstore/javascript-promise/src/model/SpecialModelName.js
+++ b/samples/client/petstore/javascript-promise/src/model/SpecialModelName.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/Tag.js b/samples/client/petstore/javascript-promise/src/model/Tag.js
index abeb4e2a2faa060cf05ecb0f9d7007ea16549ad2..9bc5a7b2c8c1beacd8913bfe3fc8d2f4e967bf2c 100644
--- a/samples/client/petstore/javascript-promise/src/model/Tag.js
+++ b/samples/client/petstore/javascript-promise/src/model/Tag.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/TypeHolderDefault.js b/samples/client/petstore/javascript-promise/src/model/TypeHolderDefault.js
index b68a5d16d3657d055f2fad18796bf2a337893feb..8bcda92b312f504ede5f62463811844874505aa1 100644
--- a/samples/client/petstore/javascript-promise/src/model/TypeHolderDefault.js
+++ b/samples/client/petstore/javascript-promise/src/model/TypeHolderDefault.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/TypeHolderExample.js b/samples/client/petstore/javascript-promise/src/model/TypeHolderExample.js
index e4d75d9e3ff0c2e3d057402ebaf78c800efd2a5c..0410bd323f8766ab4eccdce184593470c24cc4b0 100644
--- a/samples/client/petstore/javascript-promise/src/model/TypeHolderExample.js
+++ b/samples/client/petstore/javascript-promise/src/model/TypeHolderExample.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/User.js b/samples/client/petstore/javascript-promise/src/model/User.js
index cc4610aa1f8e878967a311c6b12c70d4e8826f3a..5a9a19a40a19badf5c82c5358cb2d51e0d44ea7d 100644
--- a/samples/client/petstore/javascript-promise/src/model/User.js
+++ b/samples/client/petstore/javascript-promise/src/model/User.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript-promise/src/model/XmlItem.js b/samples/client/petstore/javascript-promise/src/model/XmlItem.js
index 1fb091f34c6894a9444cfab8467659549b9bf604..19ab7a2d002973432dad204adcc23f03eb52689a 100644
--- a/samples/client/petstore/javascript-promise/src/model/XmlItem.js
+++ b/samples/client/petstore/javascript-promise/src/model/XmlItem.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/.openapi-generator/VERSION b/samples/client/petstore/javascript/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/javascript/.openapi-generator/VERSION
+++ b/samples/client/petstore/javascript/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/javascript/src/ApiClient.js b/samples/client/petstore/javascript/src/ApiClient.js
index c796ac49445ac51799f119ae669fbd3268e8db81..0d72ac37e4bad1280ecf54ee7e22671c63bece85 100644
--- a/samples/client/petstore/javascript/src/ApiClient.js
+++ b/samples/client/petstore/javascript/src/ApiClient.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/api/AnotherFakeApi.js b/samples/client/petstore/javascript/src/api/AnotherFakeApi.js
index 3e0b0093ac61b856e1f5834b8a16e4b5a6d908d0..c71e3686ab5065f3a61390ccac2a57395114c53e 100644
--- a/samples/client/petstore/javascript/src/api/AnotherFakeApi.js
+++ b/samples/client/petstore/javascript/src/api/AnotherFakeApi.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/api/FakeApi.js b/samples/client/petstore/javascript/src/api/FakeApi.js
index 23cceb7e47f1123e419c120db188ff354d1bfdfa..1e7e68ab9389e1bbb279ed34462d61b7022e61b1 100644
--- a/samples/client/petstore/javascript/src/api/FakeApi.js
+++ b/samples/client/petstore/javascript/src/api/FakeApi.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/api/FakeClassnameTags123Api.js b/samples/client/petstore/javascript/src/api/FakeClassnameTags123Api.js
index e6f1436210280a7da364e5e69dbd58a7fd58cfd7..3cab632cc972dc1b171264268720249110ab808a 100644
--- a/samples/client/petstore/javascript/src/api/FakeClassnameTags123Api.js
+++ b/samples/client/petstore/javascript/src/api/FakeClassnameTags123Api.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/api/PetApi.js b/samples/client/petstore/javascript/src/api/PetApi.js
index b91a60c1804d47e7222f22c7051c150153058c8d..adfaea106fec4e72e8e955daa5a7f86992c28c6f 100644
--- a/samples/client/petstore/javascript/src/api/PetApi.js
+++ b/samples/client/petstore/javascript/src/api/PetApi.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/api/StoreApi.js b/samples/client/petstore/javascript/src/api/StoreApi.js
index 5d95e6ab5d00544440e5a5160b28f58b09855252..6dbbcddb58b888959ac1f592264ae89373aba7a9 100644
--- a/samples/client/petstore/javascript/src/api/StoreApi.js
+++ b/samples/client/petstore/javascript/src/api/StoreApi.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/api/UserApi.js b/samples/client/petstore/javascript/src/api/UserApi.js
index 5f6453b05e65a497c448e8ff181edb1530fbb863..f7a5dcf06d556dc31ff62410dd53a4da84944046 100644
--- a/samples/client/petstore/javascript/src/api/UserApi.js
+++ b/samples/client/petstore/javascript/src/api/UserApi.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/index.js b/samples/client/petstore/javascript/src/index.js
index 340973f1f140088618b44b32d97ad20db3d51574..a1dd0a9eafd944a63bfa1e9c9eb56af5eddebc92 100644
--- a/samples/client/petstore/javascript/src/index.js
+++ b/samples/client/petstore/javascript/src/index.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/AdditionalPropertiesAnyType.js b/samples/client/petstore/javascript/src/model/AdditionalPropertiesAnyType.js
index cb42a1c37e39288b83d322ac9ac29e346c77157d..4f0c25c188495f801a1c09656020f51bf2819ea2 100644
--- a/samples/client/petstore/javascript/src/model/AdditionalPropertiesAnyType.js
+++ b/samples/client/petstore/javascript/src/model/AdditionalPropertiesAnyType.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/AdditionalPropertiesArray.js b/samples/client/petstore/javascript/src/model/AdditionalPropertiesArray.js
index c114c29624fc152d94848f6ebd87f4c2865b737f..57b74ffd7edbe708f5f17de15a6aba62633c5d39 100644
--- a/samples/client/petstore/javascript/src/model/AdditionalPropertiesArray.js
+++ b/samples/client/petstore/javascript/src/model/AdditionalPropertiesArray.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/AdditionalPropertiesBoolean.js b/samples/client/petstore/javascript/src/model/AdditionalPropertiesBoolean.js
index 48129702d837741210648973b80e74495198b52e..ca2b2c127984c3722ed0ac1dc3e4ffb3ed143dc0 100644
--- a/samples/client/petstore/javascript/src/model/AdditionalPropertiesBoolean.js
+++ b/samples/client/petstore/javascript/src/model/AdditionalPropertiesBoolean.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/AdditionalPropertiesClass.js b/samples/client/petstore/javascript/src/model/AdditionalPropertiesClass.js
index 38a0f0a54be6b62fb7d2f4329d2cb3efc88b8ed0..68afe7413cb9507afa62f81a424b64425bba9478 100644
--- a/samples/client/petstore/javascript/src/model/AdditionalPropertiesClass.js
+++ b/samples/client/petstore/javascript/src/model/AdditionalPropertiesClass.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/AdditionalPropertiesInteger.js b/samples/client/petstore/javascript/src/model/AdditionalPropertiesInteger.js
index c7e4efd7fd6c6f01264a73932f78e35165d3dddf..8cf1e98b58cff7f590defc12f0b756d9e29a3297 100644
--- a/samples/client/petstore/javascript/src/model/AdditionalPropertiesInteger.js
+++ b/samples/client/petstore/javascript/src/model/AdditionalPropertiesInteger.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/AdditionalPropertiesNumber.js b/samples/client/petstore/javascript/src/model/AdditionalPropertiesNumber.js
index b0cace5044b37fb57cc2409b0a73a23430678e01..5f7fe107a20bb52fe9b1d2a6758a17b389821f99 100644
--- a/samples/client/petstore/javascript/src/model/AdditionalPropertiesNumber.js
+++ b/samples/client/petstore/javascript/src/model/AdditionalPropertiesNumber.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/AdditionalPropertiesObject.js b/samples/client/petstore/javascript/src/model/AdditionalPropertiesObject.js
index 7efd3008c901e8cba2575a49c67f191f2a2a487d..a14826e808223b8baae5982a1d91b532d2e25249 100644
--- a/samples/client/petstore/javascript/src/model/AdditionalPropertiesObject.js
+++ b/samples/client/petstore/javascript/src/model/AdditionalPropertiesObject.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/AdditionalPropertiesString.js b/samples/client/petstore/javascript/src/model/AdditionalPropertiesString.js
index bac51a63432ccb0ae6edc50296584893bc00ce54..26d31343ac9d2ac08f435013aa96ac869ff203f1 100644
--- a/samples/client/petstore/javascript/src/model/AdditionalPropertiesString.js
+++ b/samples/client/petstore/javascript/src/model/AdditionalPropertiesString.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/Animal.js b/samples/client/petstore/javascript/src/model/Animal.js
index 5ce95cc4c60e26287cb2efd367e9a115a6e0fad2..3c7df42ed55d62a28fc26d69f76adf7e159dd2a8 100644
--- a/samples/client/petstore/javascript/src/model/Animal.js
+++ b/samples/client/petstore/javascript/src/model/Animal.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/ApiResponse.js b/samples/client/petstore/javascript/src/model/ApiResponse.js
index 04a796e1221ac7b7ed5e0da84147d65830625dd1..3e99445d68002683417b3e5d78c65900f8ddc521 100644
--- a/samples/client/petstore/javascript/src/model/ApiResponse.js
+++ b/samples/client/petstore/javascript/src/model/ApiResponse.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/ArrayOfArrayOfNumberOnly.js b/samples/client/petstore/javascript/src/model/ArrayOfArrayOfNumberOnly.js
index c8827edbfe98668e059a095a59a1833618879735..ddede74e5b9ca7cd6437b6f951fa71de61e7012e 100644
--- a/samples/client/petstore/javascript/src/model/ArrayOfArrayOfNumberOnly.js
+++ b/samples/client/petstore/javascript/src/model/ArrayOfArrayOfNumberOnly.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/ArrayOfNumberOnly.js b/samples/client/petstore/javascript/src/model/ArrayOfNumberOnly.js
index 3a74aeb9e5da4671c0d0fdff3f52e4dc02c094bd..1aaa43990d73870307124c7ae764ac01461029eb 100644
--- a/samples/client/petstore/javascript/src/model/ArrayOfNumberOnly.js
+++ b/samples/client/petstore/javascript/src/model/ArrayOfNumberOnly.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/ArrayTest.js b/samples/client/petstore/javascript/src/model/ArrayTest.js
index 4aa0a223048c8068f7d085d526e88f20752d8118..378b46ba7f2b6c4f5ed66245fcbfc478be165f55 100644
--- a/samples/client/petstore/javascript/src/model/ArrayTest.js
+++ b/samples/client/petstore/javascript/src/model/ArrayTest.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/Capitalization.js b/samples/client/petstore/javascript/src/model/Capitalization.js
index c79a13d221c0be2420a1ce8fce09a9056f6543c6..6e414eca61c215645adb4c46e749200f38aa1558 100644
--- a/samples/client/petstore/javascript/src/model/Capitalization.js
+++ b/samples/client/petstore/javascript/src/model/Capitalization.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/Cat.js b/samples/client/petstore/javascript/src/model/Cat.js
index 483bcedba94af4d59df35f2b21d65e963ac76ef1..c51a540bf1960a82e32302f2f18d2eab9c137f75 100644
--- a/samples/client/petstore/javascript/src/model/Cat.js
+++ b/samples/client/petstore/javascript/src/model/Cat.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/CatAllOf.js b/samples/client/petstore/javascript/src/model/CatAllOf.js
index 77b925ec9f07aa8b797cc6a7bc81ce2e2f6c5f20..cfc5befba6b6e4b7787f776e3ac7fd8d10ffe41f 100644
--- a/samples/client/petstore/javascript/src/model/CatAllOf.js
+++ b/samples/client/petstore/javascript/src/model/CatAllOf.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/Category.js b/samples/client/petstore/javascript/src/model/Category.js
index 0087c97f3a62928258f1d9d3e54bd78a80d838d0..e169f39500ab4527f618d1fc291dd5ac9bb33a03 100644
--- a/samples/client/petstore/javascript/src/model/Category.js
+++ b/samples/client/petstore/javascript/src/model/Category.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/ClassModel.js b/samples/client/petstore/javascript/src/model/ClassModel.js
index 991b0531ebdee1887c347bfa617e79012b948e98..efb5816751836f493dfd035a715a8b90c3bedc94 100644
--- a/samples/client/petstore/javascript/src/model/ClassModel.js
+++ b/samples/client/petstore/javascript/src/model/ClassModel.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/Client.js b/samples/client/petstore/javascript/src/model/Client.js
index 05c68443224f133cde23bb8c8f4e96142d46a25d..271aa4ca06210c85302cec779912836ab83378d1 100644
--- a/samples/client/petstore/javascript/src/model/Client.js
+++ b/samples/client/petstore/javascript/src/model/Client.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/Dog.js b/samples/client/petstore/javascript/src/model/Dog.js
index 23e816904ac7d34e1bf0fee5617755ee5eb24438..9e2366d44a766a200e13e8a8bb63216a478955f8 100644
--- a/samples/client/petstore/javascript/src/model/Dog.js
+++ b/samples/client/petstore/javascript/src/model/Dog.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/DogAllOf.js b/samples/client/petstore/javascript/src/model/DogAllOf.js
index 361c192ae673c0273b71bcfee1c0acf9d0be9a88..3a83bbd7d9ab1c4994904b3dc902cddfe85250a3 100644
--- a/samples/client/petstore/javascript/src/model/DogAllOf.js
+++ b/samples/client/petstore/javascript/src/model/DogAllOf.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/EnumArrays.js b/samples/client/petstore/javascript/src/model/EnumArrays.js
index f916dea064fb80e263c8753324a5cc5d44d94feb..99092c6e17b57ab1d689670e5b3070829b17ea79 100644
--- a/samples/client/petstore/javascript/src/model/EnumArrays.js
+++ b/samples/client/petstore/javascript/src/model/EnumArrays.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/EnumClass.js b/samples/client/petstore/javascript/src/model/EnumClass.js
index 2e7d9d6fb06fda56db9eb27eba58f1ed64a2681d..4649436e6dfc7317399cb0d6414a446333c3ad28 100644
--- a/samples/client/petstore/javascript/src/model/EnumClass.js
+++ b/samples/client/petstore/javascript/src/model/EnumClass.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/EnumTest.js b/samples/client/petstore/javascript/src/model/EnumTest.js
index 6c9fc6de8fb0aa5a4eb2353f0a608d07ea850205..ec3edba741ee5f1400a7e699aa854eb6d8f6d11b 100644
--- a/samples/client/petstore/javascript/src/model/EnumTest.js
+++ b/samples/client/petstore/javascript/src/model/EnumTest.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/File.js b/samples/client/petstore/javascript/src/model/File.js
index e9b3572ea533c67942e132d84bf7fbc5db3dbba8..62b9fdc48c6ee6b50c0ce5116809ed9ff4b00bf6 100644
--- a/samples/client/petstore/javascript/src/model/File.js
+++ b/samples/client/petstore/javascript/src/model/File.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/FileSchemaTestClass.js b/samples/client/petstore/javascript/src/model/FileSchemaTestClass.js
index fef997cdec22739abbd3041f5cd4c12c5d9dc87f..6364805b6cff93eb5be620d41c0f87d6704982a1 100644
--- a/samples/client/petstore/javascript/src/model/FileSchemaTestClass.js
+++ b/samples/client/petstore/javascript/src/model/FileSchemaTestClass.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/FormatTest.js b/samples/client/petstore/javascript/src/model/FormatTest.js
index 1ed3abc2786875210acb1c2eb8b45caa0683e039..7a7ed794b4d9e735353f8ef5cf2f2d1677dd93f3 100644
--- a/samples/client/petstore/javascript/src/model/FormatTest.js
+++ b/samples/client/petstore/javascript/src/model/FormatTest.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/HasOnlyReadOnly.js b/samples/client/petstore/javascript/src/model/HasOnlyReadOnly.js
index 2c2202aa86adc131114ee68022242c39fbad6e86..5516b3cca2552e9c9a46a0cfa004157c5f1ae840 100644
--- a/samples/client/petstore/javascript/src/model/HasOnlyReadOnly.js
+++ b/samples/client/petstore/javascript/src/model/HasOnlyReadOnly.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/List.js b/samples/client/petstore/javascript/src/model/List.js
index 153959885b915c87207447b04a79c855e97ec3a7..692b25546c5866bcea5dd1570d83005ffff2d13b 100644
--- a/samples/client/petstore/javascript/src/model/List.js
+++ b/samples/client/petstore/javascript/src/model/List.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/MapTest.js b/samples/client/petstore/javascript/src/model/MapTest.js
index 7e12ed979328d9e4707f25c0a46f06df8768b861..88c8dd20f053893a5b3b8120a7372fa48db70ee9 100644
--- a/samples/client/petstore/javascript/src/model/MapTest.js
+++ b/samples/client/petstore/javascript/src/model/MapTest.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/MixedPropertiesAndAdditionalPropertiesClass.js b/samples/client/petstore/javascript/src/model/MixedPropertiesAndAdditionalPropertiesClass.js
index f37fea005bc84f7423b0350c612b78187038e9ab..262e8292c5649f5e8ed89b3ca81c0d7590a7e06d 100644
--- a/samples/client/petstore/javascript/src/model/MixedPropertiesAndAdditionalPropertiesClass.js
+++ b/samples/client/petstore/javascript/src/model/MixedPropertiesAndAdditionalPropertiesClass.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/Model200Response.js b/samples/client/petstore/javascript/src/model/Model200Response.js
index a8babbd2c902ed8590a5a52ac9a11bf933fa3f09..68ae73e6f997435ed972ed4b6e859cb5a4ad3b47 100644
--- a/samples/client/petstore/javascript/src/model/Model200Response.js
+++ b/samples/client/petstore/javascript/src/model/Model200Response.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/ModelReturn.js b/samples/client/petstore/javascript/src/model/ModelReturn.js
index cd2e4758516115c23600d498576d835d0c69d40e..9e506e3def59acf6d1094e343f9b11b3600e8731 100644
--- a/samples/client/petstore/javascript/src/model/ModelReturn.js
+++ b/samples/client/petstore/javascript/src/model/ModelReturn.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/Name.js b/samples/client/petstore/javascript/src/model/Name.js
index 59cd5bb590f9b19fdb4553cb21ebe6741f3e218b..3b47826eb64ed64a5de1cdf22de775ea4d004c26 100644
--- a/samples/client/petstore/javascript/src/model/Name.js
+++ b/samples/client/petstore/javascript/src/model/Name.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/NumberOnly.js b/samples/client/petstore/javascript/src/model/NumberOnly.js
index b5b41f18c70326142fde5c64fbb70af74a3be602..dc3aa84319dd561513da57e0aa021b8618a3f1e2 100644
--- a/samples/client/petstore/javascript/src/model/NumberOnly.js
+++ b/samples/client/petstore/javascript/src/model/NumberOnly.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/Order.js b/samples/client/petstore/javascript/src/model/Order.js
index 19ebc458b6213e13bd6a20f2bcaf449a4cc5758b..64ace1d2d5bf56502646271e82b639428af0bddd 100644
--- a/samples/client/petstore/javascript/src/model/Order.js
+++ b/samples/client/petstore/javascript/src/model/Order.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/OuterComposite.js b/samples/client/petstore/javascript/src/model/OuterComposite.js
index b29663197c9851db6e5560f2d05ca1b1a56cd3d5..df3256d776d3d2e880deea09538f86454580a2f6 100644
--- a/samples/client/petstore/javascript/src/model/OuterComposite.js
+++ b/samples/client/petstore/javascript/src/model/OuterComposite.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/OuterEnum.js b/samples/client/petstore/javascript/src/model/OuterEnum.js
index af2373501561364c824774947371c60dc8d5bdef..3163500d686bfadbf3ee87fd6622749e1f0d8c9a 100644
--- a/samples/client/petstore/javascript/src/model/OuterEnum.js
+++ b/samples/client/petstore/javascript/src/model/OuterEnum.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/Pet.js b/samples/client/petstore/javascript/src/model/Pet.js
index bc1bd467eae51cbe3e72356e4f2094c95790642b..d1968e548c8689962b7513b5c3f970ecb3c82941 100644
--- a/samples/client/petstore/javascript/src/model/Pet.js
+++ b/samples/client/petstore/javascript/src/model/Pet.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/ReadOnlyFirst.js b/samples/client/petstore/javascript/src/model/ReadOnlyFirst.js
index 0769d253553b745e73705e04a319b6a75be992be..f621f9e396abda0c9ef4d71b475c3581db34cb3c 100644
--- a/samples/client/petstore/javascript/src/model/ReadOnlyFirst.js
+++ b/samples/client/petstore/javascript/src/model/ReadOnlyFirst.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/SpecialModelName.js b/samples/client/petstore/javascript/src/model/SpecialModelName.js
index 2f0836006fc72e024736b1a720ef0c25d19767a3..8d3fa426993dc0255751f40db815dcbe1e4eb14b 100644
--- a/samples/client/petstore/javascript/src/model/SpecialModelName.js
+++ b/samples/client/petstore/javascript/src/model/SpecialModelName.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/Tag.js b/samples/client/petstore/javascript/src/model/Tag.js
index abeb4e2a2faa060cf05ecb0f9d7007ea16549ad2..9bc5a7b2c8c1beacd8913bfe3fc8d2f4e967bf2c 100644
--- a/samples/client/petstore/javascript/src/model/Tag.js
+++ b/samples/client/petstore/javascript/src/model/Tag.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/TypeHolderDefault.js b/samples/client/petstore/javascript/src/model/TypeHolderDefault.js
index b68a5d16d3657d055f2fad18796bf2a337893feb..8bcda92b312f504ede5f62463811844874505aa1 100644
--- a/samples/client/petstore/javascript/src/model/TypeHolderDefault.js
+++ b/samples/client/petstore/javascript/src/model/TypeHolderDefault.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/TypeHolderExample.js b/samples/client/petstore/javascript/src/model/TypeHolderExample.js
index e4d75d9e3ff0c2e3d057402ebaf78c800efd2a5c..0410bd323f8766ab4eccdce184593470c24cc4b0 100644
--- a/samples/client/petstore/javascript/src/model/TypeHolderExample.js
+++ b/samples/client/petstore/javascript/src/model/TypeHolderExample.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/User.js b/samples/client/petstore/javascript/src/model/User.js
index cc4610aa1f8e878967a311c6b12c70d4e8826f3a..5a9a19a40a19badf5c82c5358cb2d51e0d44ea7d 100644
--- a/samples/client/petstore/javascript/src/model/User.js
+++ b/samples/client/petstore/javascript/src/model/User.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/javascript/src/model/XmlItem.js b/samples/client/petstore/javascript/src/model/XmlItem.js
index 1fb091f34c6894a9444cfab8467659549b9bf604..19ab7a2d002973432dad204adcc23f03eb52689a 100644
--- a/samples/client/petstore/javascript/src/model/XmlItem.js
+++ b/samples/client/petstore/javascript/src/model/XmlItem.js
@@ -7,7 +7,7 @@
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
  * https://openapi-generator.tech
  *
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  *
  * Do not edit the class manually.
  *
diff --git a/samples/client/petstore/kotlin-string/.openapi-generator/VERSION b/samples/client/petstore/kotlin-string/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/kotlin-string/.openapi-generator/VERSION
+++ b/samples/client/petstore/kotlin-string/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/kotlin-threetenbp/.openapi-generator/VERSION b/samples/client/petstore/kotlin-threetenbp/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/kotlin-threetenbp/.openapi-generator/VERSION
+++ b/samples/client/petstore/kotlin-threetenbp/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/kotlin/.openapi-generator/VERSION b/samples/client/petstore/kotlin/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/kotlin/.openapi-generator/VERSION
+++ b/samples/client/petstore/kotlin/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/perl/.openapi-generator/VERSION b/samples/client/petstore/perl/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/perl/.openapi-generator/VERSION
+++ b/samples/client/petstore/perl/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/php/OpenAPIClient-php/.openapi-generator/VERSION b/samples/client/petstore/php/OpenAPIClient-php/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/.openapi-generator/VERSION
+++ b/samples/client/petstore/php/OpenAPIClient-php/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Api/AnotherFakeApi.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Api/AnotherFakeApi.php
index 72d9963fd34719932021898013552a5cd31bf32c..3534e449c5a1463df022a0309f8a45272f8b911a 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Api/AnotherFakeApi.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Api/AnotherFakeApi.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Api/FakeApi.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Api/FakeApi.php
index 6e921bea964c14536f400c99e648cdd919b59fdc..a0a5f90f199f0c229ee71b374b1fb9c6e854ce24 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Api/FakeApi.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Api/FakeApi.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php
index 674a426fb6465938933824f5f2680cb1e23a2924..312519e62e9ee471089cfbf6c61347ff51486343 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Api/PetApi.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Api/PetApi.php
index 0019309b13c2bd44704bddf60eea01ec7d5a4f55..56f63b003a57f673e70953b0c1f2ff03367de9ee 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Api/PetApi.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Api/PetApi.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Api/StoreApi.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Api/StoreApi.php
index 221c7d7a0aff2763c9e8614d6e9109302252215b..1fb24ede69378aa994c52025ee41c5afb8ea6438 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Api/StoreApi.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Api/StoreApi.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Api/UserApi.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Api/UserApi.php
index 1eb8a96b760f1b9f69adf20da303f3a5f1bf2774..af4e8149a81e4eaeac4823e43dc986165065a9e2 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Api/UserApi.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Api/UserApi.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/ApiException.php b/samples/client/petstore/php/OpenAPIClient-php/lib/ApiException.php
index f5234e4d3b601d0cb71a5c182fc33d64625c521b..8ba1fbd9f713929a4a03f8aa19c7cf3b3e47872b 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/ApiException.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/ApiException.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Configuration.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Configuration.php
index fc64ba0a00e8aa480febd64ff734a10d4025a8f6..7cb7af7964122584a23fdbc100c58eee7f85cd94 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Configuration.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Configuration.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/HeaderSelector.php b/samples/client/petstore/php/OpenAPIClient-php/lib/HeaderSelector.php
index a01f563c5c88aed6cccf985e53f82375719e7227..3921f414d1f78ac8f738811d118b79958c2ba347 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/HeaderSelector.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/HeaderSelector.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesAnyType.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesAnyType.php
index 06f1428b1a434811b7ff2a79126cff90612ffcd0..3d72d7fde44a841f91b64d8c661dca25d3531ace 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesAnyType.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesAnyType.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesArray.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesArray.php
index b8549cbc07b5a271996ae032d757299de7c7e7e8..35c7449b66cb8de2499486b3f0cfecca88851074 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesArray.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesArray.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesBoolean.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesBoolean.php
index 46a276334d5f7d0152f8e68c3413e8c74a2de2d4..858a77d4eacfa78bca89a60a6c61ed189bfe4bff 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesBoolean.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesBoolean.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php
index 304411845bf5cd20258186ef8e1b75a103f2e807..a347e84862d5a659abed94685369db677773a23b 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesInteger.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesInteger.php
index 69e5dc24cbb6c0200919b162a1fa8dde1ee0c5bf..e1b50ef3fd63cfb7007ac13548a6e712404c3fe8 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesInteger.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesInteger.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesNumber.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesNumber.php
index 9fa34944c6098a10e89b97543578cc630270d047..9db2644385fae1f2e270adb382c7dd5cd55d7aa0 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesNumber.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesNumber.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesObject.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesObject.php
index b20f46f94dba7851c598088278ae65c1466bcf42..523d94a66d5ac99cf0275c64adadf71c0610613e 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesObject.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesObject.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesString.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesString.php
index 00f62c16e3b35989a5eb5b9a98f5a8ee500aef77..8eec6c0d22903830140977ee6f6c7a41cb124bbd 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesString.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesString.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Animal.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Animal.php
index 156cbf4df9155eca02c372ac481ffdb09889b457..34b6fccc31ee9ddc14734595d5944130eb8bad3c 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Animal.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Animal.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ApiResponse.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ApiResponse.php
index be6b88ff13b827ec5ec82dc91e5df007d825bd57..f3b9dd3f1a272e6918e1dd0062d9617f8e0125dc 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ApiResponse.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ApiResponse.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php
index db64bebf803402d4afe8ba79ccdb6e3169d6d533..f1510676e54c0d91091c214ddb78fd2aa5231acb 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php
index 95fc603856ab54ff47e708764d181e00cd9f8397..c73f34be14b4ff5d516298ffe67b2485c72b7fe7 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayTest.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayTest.php
index 9c25d014dfef5d4086033e6f6687fbf360505ab9..bbf086972e16c4efe157e6a2b179814f0f15740a 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Capitalization.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Capitalization.php
index 24aa37f5575a93d6fcdb891eefa6ff00095db273..d7f284cef8ba0e7a9326a3016410cbf96b62aa4a 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Capitalization.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Capitalization.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Cat.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Cat.php
index c732c7cb0a902698a16654a8006a33689c616cba..223de94280af736e352ffb70145a3a832dd9048b 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Cat.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Cat.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/CatAllOf.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/CatAllOf.php
index 1ff6765befe63fff2334f596f6ff7a267911cd85..556d8043c18d21741cfe02b1702c407a84db92e1 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/CatAllOf.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/CatAllOf.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Category.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Category.php
index 3107f53c958e8ee98c8a37fac39c1ce7c10406fa..94c7a3c1265d668ee8c35ad1a7200d7da878df54 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Category.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Category.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ClassModel.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ClassModel.php
index 52b7632c1792939c40473eef4eb1df891ddb93f3..b9101d5179b891764a2438a6c8e136beb554ca30 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ClassModel.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ClassModel.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Client.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Client.php
index 61e516a9107195cdc10d9f5487f7dfe848639449..d5352b58e765a8f688f8b8bfa9cd870c663bbcb9 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Client.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Client.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Dog.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Dog.php
index 52596830b834ca403e5e0159ce5b5f5f43dd5d7a..94a6908a91267d4e2dd761dc0a290bdcbb997cbc 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Dog.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Dog.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/DogAllOf.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/DogAllOf.php
index 0404e00b00f732ebaed6fb593e0a897b7014ada1..14c80bdfdb1cd4ac17c05c35b6597a56fe79d6d4 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/DogAllOf.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/DogAllOf.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumArrays.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumArrays.php
index 8a8e024a21c4169c05b82694e72162735705363a..747f3710cbf35f8ac90185d1af435cac7b8c81f5 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumArrays.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumArrays.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumClass.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumClass.php
index c33d7c3e5248a4367c32ea80c9f5df5c698ca8cb..58da4e7f971af2e0389791c971ae241a249523e9 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumClass.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumClass.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumTest.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumTest.php
index 4491b5d878737c1a6aa5232c03ff293936f29345..5eb1bd0a7dd86215c1c8e3c4c1ec9e24ac71a176 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/EnumTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/File.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/File.php
index b3beca350929840542fd61e3da3a06ca0d6c3ede..93daa2ab473661715e3ae284622e53b61d1f3881 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/File.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/File.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php
index 32727c2e5b2360359b1849681d57ddeadaafc419..f4cdf39c73ac2cd1fbd5423cb40e301b22869c85 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/FormatTest.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/FormatTest.php
index e0f334c01e9cdabf49b7f01bf3da7113b9828194..bc018c786428179715d9250c25cdbdf367531d3b 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/FormatTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/FormatTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php
index 6819188e2b3cec581a34ea617da7db56b0d8f2cb..47be7d7d5f3522e9c0be3e4ec163291011478df6 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/MapTest.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/MapTest.php
index 6e74fd5d08f908940555860711b325fe87775fb6..15c6a5a4ab1405bda7ffa022530cf4d939c57db4 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/MapTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/MapTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php
index 63abf3483863f956df4bf77858c0d6302f425871..82e5f8a9aaa6376c860fc7ed3362a42575c8e47d 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Model200Response.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Model200Response.php
index 2d0e29f4fce1f7f396b40524a75576fe7b80e0f7..6658ea604fd22bc20753aaaf67d68cbe43948182 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Model200Response.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Model200Response.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelInterface.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelInterface.php
index 1a504c191296ccedfda1ed4c5089a5f13e8b3d5e..2c6d3692131007e4b290b80220582e3d18d8f3b5 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelInterface.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelInterface.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelList.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelList.php
index 92e547081e6094c76e68cf889cfaeafa1b5a5ef5..59a0a99bc24810d1a966a1d08d3b6bd80bbfbcfc 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelList.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelList.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelReturn.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelReturn.php
index efc56068e765ea49ff011dc081f1fab8c4574c38..ee436e7e3b16a2036d984681d6d5d5465b6719fe 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelReturn.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ModelReturn.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Name.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Name.php
index 0d8f1e492683f8e2985ad935cc662f50ffe5fe67..16fc359db6eb082ec8fc21f78e010ed74b9a0a8a 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Name.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Name.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/NumberOnly.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/NumberOnly.php
index a1f7e8f221cc6fd7284d77ec2ce122838d2211f5..cce870a57885142930524cc3d268e751073c48c0 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/NumberOnly.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/NumberOnly.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Order.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Order.php
index e7144442b1677b3fd6c26c0defb657888a045560..8f4f32188030f0b30731af20836fd6163096f825 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Order.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Order.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterComposite.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterComposite.php
index e962bbbf0de9d8db9b5927bad45a51469a16194c..db508f77b17c5fe062c8370a05cc414e8ab42495 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterComposite.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterComposite.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnum.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnum.php
index cd54b2d0bc67d6385ab6a11249591f5b050b6b81..f881a8fc60515fe2e70855845bb9f258134d1e0f 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnum.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnum.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Pet.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Pet.php
index c5c1bb24a81ee0c0cc093f359259ca1963ca314f..0c101856606516c7e8b4792d3d97b9aea3e6ee6b 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Pet.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Pet.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php
index e96668180ac6ea177b4ed4d64bf8ee5880bd2535..e9fc50c7d2d5cb0865c54a0ea5705ffa4506b815 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/SpecialModelName.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/SpecialModelName.php
index f39ac78391da6056f067c69f9b1ba52cc8ccfa4a..cc1e1b90012282f82edfba2a8df721a66fd89625 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/SpecialModelName.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/SpecialModelName.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Tag.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Tag.php
index 498a310c34712752b6743e379a83bb28eeac5f0c..b27e0c1558125652889dc93e1714cf47a16a9017 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Tag.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/Tag.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/TypeHolderDefault.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/TypeHolderDefault.php
index b2b62755a03a05f4a3ebc33b5c615cdc7c44ff3a..10374192552fb93709509f54cd2f1953e391b9cd 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/TypeHolderDefault.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/TypeHolderDefault.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/TypeHolderExample.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/TypeHolderExample.php
index 3f610bc24510925e4ede1eee52e3eda6b5e80999..c07978407076aba44152f781e344a8a5612bdc19 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/TypeHolderExample.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/TypeHolderExample.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/User.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/User.php
index 5df1aad964d0b9ce3aabcff0d81ae877f76f2254..b65d1ae7fee8c0b39fdbf6630a240cb47cfa5f00 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/User.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/User.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/XmlItem.php b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/XmlItem.php
index 8e498e220a7479382ddf22bb5f71eeb199e7c3d3..fbab8d22fd244ad08e9b1891e631a6b828d99bf5 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/Model/XmlItem.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/Model/XmlItem.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/lib/ObjectSerializer.php b/samples/client/petstore/php/OpenAPIClient-php/lib/ObjectSerializer.php
index 3676e2636e0c0f4659eeb834ea57d16416d7e592..8d28757f9c045b01780bbdbd011749a1e62a4e0a 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/lib/ObjectSerializer.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/lib/ObjectSerializer.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Api/AnotherFakeApiTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Api/AnotherFakeApiTest.php
index 848339229361c863dad882affe012f6da25eed32..1ba413e384fa087c55f47321c522be25a2fa14b6 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Api/AnotherFakeApiTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Api/AnotherFakeApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Api/FakeApiTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Api/FakeApiTest.php
index b2687f01344e54b8536fa44dc18c03eb7d6e2ec8..dc8b25da5dfea86d28b821dace85a3cd4387ab74 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Api/FakeApiTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Api/FakeApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Api/FakeClassnameTags123ApiTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Api/FakeClassnameTags123ApiTest.php
index ba800c495de343190a47274acb36f0fdfaabe7b8..b40482303acf3e1d29a2d3748c9d800e2e34b022 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Api/FakeClassnameTags123ApiTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Api/FakeClassnameTags123ApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Api/PetApiTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Api/PetApiTest.php
index 6b0c061bc1d24f287c5906ab9f17cc1354063789..890b5bcf8a037b1dcd75aa156739e5ea4f9f2d18 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Api/PetApiTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Api/PetApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Api/StoreApiTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Api/StoreApiTest.php
index 5ae497b98b019e54b464c91137577006624b2800..2d37b1b8ad78d9bb77d4ae363213e01b6776d76b 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Api/StoreApiTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Api/StoreApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Api/UserApiTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Api/UserApiTest.php
index fba3e82bbd25426dfc00150fa69aca9b5f2a1c7c..7926abd1a964991a36e39a49da049d26e457866c 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Api/UserApiTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Api/UserApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesAnyTypeTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesAnyTypeTest.php
index 4473dcf57538eb1596b80af6ae9e05c443c96a72..113d6d5adccbad9cfc1fd87603a442ce79ebfcde 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesAnyTypeTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesAnyTypeTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesArrayTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesArrayTest.php
index 501dfbcedf6439c762d96c78d21a1f7e82fec9ef..59a406723a29bdc96a7965dbba01295492bb01ec 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesArrayTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesArrayTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesBooleanTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesBooleanTest.php
index adb9fa68a78a01cfa169487e8a399789d23d548b..e39145dd10705568acf55d720ca1fb42c9aa64d1 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesBooleanTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesBooleanTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesClassTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesClassTest.php
index 33355169a4de8e5ec70bda1ad4ca59703a9e390e..4aad81d7ed53a3d0e1fb90c0a42eb22b52942392 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesClassTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesClassTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesIntegerTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesIntegerTest.php
index b28b42d5f67bd70b532a8204ceeb87aa6bdf2b58..f83cd362ae8d94b9d53057e497f6912baa18e52c 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesIntegerTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesIntegerTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesNumberTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesNumberTest.php
index dc587562cc7110ad02695c15284d4abdb541a58c..ffcae58049c764e8878531812c4f5df31bf4f023 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesNumberTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesNumberTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesObjectTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesObjectTest.php
index d80184fcef9c13d0d312c38b2dd0790883178c45..d71c5304c8d948cfcf29b9b9dc086ae51cd21cc5 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesObjectTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesObjectTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesStringTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesStringTest.php
index fb7d38308192c82fc736eef53396feb2a0298a9c..ccb1ec026157fdc745e7a2ee2a9631ebcc475c33 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesStringTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesStringTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AnimalTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AnimalTest.php
index 4fb968d35e12f57dfc6a07d1002aa52d08652b0f..d731c18fd1784c994611331ef600aa3c9e78c425 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/AnimalTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/AnimalTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ApiResponseTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ApiResponseTest.php
index ab454fb1ba41120b831f38f9918ff85a3ea0c8ad..a6ab4cdb00fba8bef0e412aa956b17d98a5cad15 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ApiResponseTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ApiResponseTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfArrayOfNumberOnlyTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfArrayOfNumberOnlyTest.php
index 8e2134f0d212d778b9baab0583781f7e56878f93..22573d791021446179de34203257bfb3d2378c25 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfArrayOfNumberOnlyTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfArrayOfNumberOnlyTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfNumberOnlyTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfNumberOnlyTest.php
index 53e026f31047d491dc5106359a24b1197de78c1d..992c70d13438016beaef9497c2749a255d546464 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfNumberOnlyTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfNumberOnlyTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ArrayTestTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ArrayTestTest.php
index 2e1eebb8ecbb0be202952166177edff12808a0c8..3cf7a71753c741d376c39bb405efe8533817beb5 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ArrayTestTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ArrayTestTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/CapitalizationTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/CapitalizationTest.php
index a6696fff64dfb36746a640d4696ac12c425c02e8..e75ef72ca86e2ce7ae304343b9e91c501f6c8274 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/CapitalizationTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/CapitalizationTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/CatAllOfTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/CatAllOfTest.php
index 4b1e25550d9871b1a0f2928ee61177be3cd15c37..6f2a76f5d9539d95093c4bb5f36e654a250332bd 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/CatAllOfTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/CatAllOfTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/CatTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/CatTest.php
index 263397a273608a3c23edd9a54a4118f6c9e66ab6..aaa650964dbbd4e8f222afdeab77891ad6cac011 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/CatTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/CatTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/CategoryTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/CategoryTest.php
index d150c2b2e2d6b4438612b980b842f98404216e90..6d4b92bf57504233fd7a26bc1ea5c022aeaeb2db 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/CategoryTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/CategoryTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ClassModelTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ClassModelTest.php
index 8893da4cb2ff6423077d22d5d87823908dbfd50f..d2ad0dd6c1be652af56db59c39ca6d4483797228 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ClassModelTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ClassModelTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ClientTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ClientTest.php
index da98e08ae4b104e0490312aa6f9fd6fd8337b2e7..a6a869d98b785385e6335667171d3c438e514b4a 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ClientTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ClientTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/DogAllOfTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/DogAllOfTest.php
index 083997baaf92d74971a5f49d1b91c70a832ee913..5b70d101b215b797bd2f81cf802f013286cedcfd 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/DogAllOfTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/DogAllOfTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/DogTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/DogTest.php
index 91b6fb3be1f3882e88ccec20e5fb363bf6494107..f986ade177ecf55a46f4f1018cb441b5706054dd 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/DogTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/DogTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/EnumArraysTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/EnumArraysTest.php
index d92ec009629289b4c7ad6ceb8480580ce9d50fe0..842b3951b330e26c14c8264841e6e7f9784897f0 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/EnumArraysTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/EnumArraysTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/EnumClassTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/EnumClassTest.php
index 5f8f9d1a05520bba533a6c095d60fbaa46532d81..e5cc244d846334234d79137405bc0c080c1d9787 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/EnumClassTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/EnumClassTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/EnumTestTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/EnumTestTest.php
index 80974556730c023a959bf9453d0ca953c21a3d12..4af5f5f3b58a9f89c92275f68a86de208013cfaf 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/EnumTestTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/EnumTestTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/FileSchemaTestClassTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/FileSchemaTestClassTest.php
index bd88a9c98270869097d363c8ee26599c7637edce..28b32887661da3ed62ada3b5baf9a1a3052fb697 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/FileSchemaTestClassTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/FileSchemaTestClassTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/FileTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/FileTest.php
index f897376c3e5de38834fa943e08da1c0f27c281be..0fe195d8b7f9155b68e65b7778c8b0ee90b49fa9 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/FileTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/FileTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/FormatTestTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/FormatTestTest.php
index 5b8bb6f34ba514bbb7a772ab05c4818f9eb23a7c..8e5ef8fde463840f909a3be84e79853a776cbdf9 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/FormatTestTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/FormatTestTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/HasOnlyReadOnlyTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/HasOnlyReadOnlyTest.php
index 3397d0187f3c7f16fa9f23707de3b8bf56732ec0..a05beee6d004ea15062fa9929640b89cc356818c 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/HasOnlyReadOnlyTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/HasOnlyReadOnlyTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/MapTestTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/MapTestTest.php
index 952fbc2e8a7cb9ed2f79e6197ab40e78f05b2041..d9bb4ce88c3b5c986ea50f06e56401c9a950725f 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/MapTestTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/MapTestTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/MixedPropertiesAndAdditionalPropertiesClassTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/MixedPropertiesAndAdditionalPropertiesClassTest.php
index 68fd12f085a2595129ac712f5247ac5d031c78ea..107961f66e8d473d730c1f3e2804554a89f21e75 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/MixedPropertiesAndAdditionalPropertiesClassTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/MixedPropertiesAndAdditionalPropertiesClassTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/Model200ResponseTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/Model200ResponseTest.php
index e5763d29c91a04a69a4739f6fbfed00d2e7797db..9ed1c625264f720a8e4ec8d83a2720b91257dd07 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/Model200ResponseTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/Model200ResponseTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ModelListTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ModelListTest.php
index 6f996694b2348e826adcd13dfe782345b647dfac..3bb89fd0364a4433a1dcc5e5e28e3bfea34585f4 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ModelListTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ModelListTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ModelReturnTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ModelReturnTest.php
index 08ee231aa2300a476358e131cf28c0f768b82ce0..cd319fcbec6d8a7158e2f7f3e6715ea3cf988e81 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ModelReturnTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ModelReturnTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/NameTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/NameTest.php
index b9a94c1c374ebcce3f36b77b08cdea50f685f50e..1309eb45a432301850a4fe8b5b2c5eb8f9170ad9 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/NameTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/NameTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/NumberOnlyTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/NumberOnlyTest.php
index 7ab843c55bf083afe53ef9ff44b2daa4e1b1ed16..f32dc57450429e90fd56b61d9025f6c21fd58cfc 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/NumberOnlyTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/NumberOnlyTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/OrderTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/OrderTest.php
index a5883e354224c4652e52a308fc7f1c0aa3e6f8b6..a9bc3bb140d00e77e5e912ad675b3fd1d5df0f76 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/OrderTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/OrderTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/OuterCompositeTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/OuterCompositeTest.php
index 3ecdc346befd1dcf0203c882c4385be779eba8fc..740a71dd186b529cc448938802e74edb17ab2f76 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/OuterCompositeTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/OuterCompositeTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumTest.php
index c7a868ee83c261d264ef4c36fab0868a03b8fce2..b0f84aba63025ad6fbfed1dc171b7d9de0121cee 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/PetTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/PetTest.php
index f81d567dd08b71ef2189a6628ed223421f995335..2e3a2c57d1c4e043389964aa73fdee7919d03497 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/PetTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/PetTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ReadOnlyFirstTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ReadOnlyFirstTest.php
index e58411fab2c257608ad4258f28f166f08229a9e2..d0b40386df7ed1dc9460924169b873c287c549c2 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/ReadOnlyFirstTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/ReadOnlyFirstTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/SpecialModelNameTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/SpecialModelNameTest.php
index a22097015ff704979b374a03fbd81c327abea82d..09999b36c333f4094dc04d2ef6a08fb00ee77e83 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/SpecialModelNameTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/SpecialModelNameTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/TagTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/TagTest.php
index 4fe75d062fa0bad9692d570224337998a2558859..4b373f829996b5ee505035ef0872f8fffa49f64b 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/TagTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/TagTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/TypeHolderDefaultTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/TypeHolderDefaultTest.php
index c9f1b55d364de5a6cfb0e3963b772e46dff6f7a1..3715db0fdccab3219b97a13d182532cd0c156296 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/TypeHolderDefaultTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/TypeHolderDefaultTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/TypeHolderExampleTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/TypeHolderExampleTest.php
index 836ac488980cd4f83e1691bb7d8fb47673f4c970..c02650002327a50249589ff19847793a99f8442b 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/TypeHolderExampleTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/TypeHolderExampleTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/UserTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/UserTest.php
index a6db7c0800c20df4cf34b81223c8aa552a9f2bb9..23d34a54277fb82983a6b00ca2ba6da18135e595 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/UserTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/UserTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/php/OpenAPIClient-php/test/Model/XmlItemTest.php b/samples/client/petstore/php/OpenAPIClient-php/test/Model/XmlItemTest.php
index 85b464d9872e76d7f02319a0543c1388b998f1d3..a52aae03f59647d3432a9ab1f0374791e305a5b8 100644
--- a/samples/client/petstore/php/OpenAPIClient-php/test/Model/XmlItemTest.php
+++ b/samples/client/petstore/php/OpenAPIClient-php/test/Model/XmlItemTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/client/petstore/python-asyncio/.openapi-generator/VERSION b/samples/client/petstore/python-asyncio/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/python-asyncio/.openapi-generator/VERSION
+++ b/samples/client/petstore/python-asyncio/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/python-tornado/.openapi-generator/VERSION b/samples/client/petstore/python-tornado/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/python-tornado/.openapi-generator/VERSION
+++ b/samples/client/petstore/python-tornado/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/python/.openapi-generator/VERSION b/samples/client/petstore/python/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/python/.openapi-generator/VERSION
+++ b/samples/client/petstore/python/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/ruby/.openapi-generator/VERSION b/samples/client/petstore/ruby/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/ruby/.openapi-generator/VERSION
+++ b/samples/client/petstore/ruby/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/ruby/lib/petstore.rb b/samples/client/petstore/ruby/lib/petstore.rb
index 6773a82273b43e9a573e728ba63d5ecec3cf5300..d8f2a32dce1bad9d4317acde0ade1b75441844b9 100644
--- a/samples/client/petstore/ruby/lib/petstore.rb
+++ b/samples/client/petstore/ruby/lib/petstore.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/api/another_fake_api.rb b/samples/client/petstore/ruby/lib/petstore/api/another_fake_api.rb
index 334cac1a247c98abc6226ceeab9f1128cccbf5c7..a92de0c2819a9dfb84f632ea2e7ec8031768cca5 100644
--- a/samples/client/petstore/ruby/lib/petstore/api/another_fake_api.rb
+++ b/samples/client/petstore/ruby/lib/petstore/api/another_fake_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/api/fake_api.rb b/samples/client/petstore/ruby/lib/petstore/api/fake_api.rb
index 11303dd8ed779d7baf3a6620af4b9246b6cd7d43..a0bc172ff471711120e0431ec6025cce30fbae0a 100644
--- a/samples/client/petstore/ruby/lib/petstore/api/fake_api.rb
+++ b/samples/client/petstore/ruby/lib/petstore/api/fake_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb b/samples/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb
index 63918f2ed353ce72d1ae6a9fddb54d4759d068cd..5957902efce9a2335d83cb33f957d0a0a27bb4eb 100644
--- a/samples/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb
+++ b/samples/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/api/pet_api.rb b/samples/client/petstore/ruby/lib/petstore/api/pet_api.rb
index 42eaec638eaf7fcdcb7ef204479a2105b06a5bf7..03b17c15841b6314d2c9c3b27a61426a594fb577 100644
--- a/samples/client/petstore/ruby/lib/petstore/api/pet_api.rb
+++ b/samples/client/petstore/ruby/lib/petstore/api/pet_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/api/store_api.rb b/samples/client/petstore/ruby/lib/petstore/api/store_api.rb
index ebd3f44c4e20100d1c1652bd43278469b8a578cf..539c45d351375cc9540ae825499170d61e7c6af1 100644
--- a/samples/client/petstore/ruby/lib/petstore/api/store_api.rb
+++ b/samples/client/petstore/ruby/lib/petstore/api/store_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/api/user_api.rb b/samples/client/petstore/ruby/lib/petstore/api/user_api.rb
index 2d444ed3b8f99532a73408453d8f984ee65905f7..96f3a7c5f60e2e917bb5b3cfc163efc52e2a974f 100644
--- a/samples/client/petstore/ruby/lib/petstore/api/user_api.rb
+++ b/samples/client/petstore/ruby/lib/petstore/api/user_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/api_client.rb b/samples/client/petstore/ruby/lib/petstore/api_client.rb
index 0bac4e9279bb539f46a9b2da1c4acc9eda9f7aec..72f5a877fb32fab30cb990a501dd54545c4ef8d2 100644
--- a/samples/client/petstore/ruby/lib/petstore/api_client.rb
+++ b/samples/client/petstore/ruby/lib/petstore/api_client.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/api_error.rb b/samples/client/petstore/ruby/lib/petstore/api_error.rb
index 63be2194d5efffca0e8d4282201435026b886648..a55d26441ee9a128b72b33519b475788ab06f05b 100644
--- a/samples/client/petstore/ruby/lib/petstore/api_error.rb
+++ b/samples/client/petstore/ruby/lib/petstore/api_error.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/configuration.rb b/samples/client/petstore/ruby/lib/petstore/configuration.rb
index 05c1b45987b90ec9f9261b0386406189310af0ee..6af76aba4ab42241a68a2043c424bf4738f23b12 100644
--- a/samples/client/petstore/ruby/lib/petstore/configuration.rb
+++ b/samples/client/petstore/ruby/lib/petstore/configuration.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_any_type.rb b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_any_type.rb
index 1b27e7f67a38823ace417358af43f69416352e2e..e45428eb61c38ecb3f700a582cadafbca4dcf96e 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_any_type.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_any_type.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_array.rb b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_array.rb
index 00b0b39abab3ba6337f3225982a54f425280972c..b59830f2656027599612be019d8ae4431e5bacab 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_array.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_array.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_boolean.rb b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_boolean.rb
index d1c25fd2ff084732336d4303e209d951b32c4380..cb7a0c8b62890613729ab459c2ebbc7ac1921b66 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_boolean.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_boolean.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_class.rb b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_class.rb
index d78ff3bda92ab8576c6f00b3c69a683bfa3d8e5a..b9afece13bb72de6cd63a04e2a47c03e648cf8f5 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_class.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_integer.rb b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_integer.rb
index a21ea56d4ed138ffddfb42191e5507faabc1642c..7b40ec70aaf84c88877b2c3c08b7c3e97c69b7c1 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_integer.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_integer.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_number.rb b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_number.rb
index 4e06056d9dd02ed239ab65ab8dbfa2f0fd9c60e6..983fd676b4cef3194cec70298ec52be67f47e3ae 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_number.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_number.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_object.rb b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_object.rb
index 773cbc8d0e1bbeb74317c2ab1997a2ca092e5cf3..68479c72e443d41b06a4b2ce9aeb1335339b9891 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_object.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_object.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_string.rb b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_string.rb
index 918253efc17e460ad23ab8c46a7fbdda39cd53f0..2f6c4d2e702976beed229d051f394063bbd1ed12 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/additional_properties_string.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/additional_properties_string.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/animal.rb b/samples/client/petstore/ruby/lib/petstore/models/animal.rb
index 09198287d8cf1657e2ab045f621dbb4999ca3a38..135929fea9508c86739d38b130849d9a126740d7 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/animal.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/animal.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/api_response.rb b/samples/client/petstore/ruby/lib/petstore/models/api_response.rb
index f197affe2ed00a5479ebd49adcb066c72501c36f..1a09c542c954d88a858af98abc86abfd1b461909 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/api_response.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/api_response.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/array_of_array_of_number_only.rb b/samples/client/petstore/ruby/lib/petstore/models/array_of_array_of_number_only.rb
index 9bab50aeb8960caf3e5b070c3e283ebd16c166ed..33a2a2100ef8a37600f12b19de7fc153686b1067 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/array_of_array_of_number_only.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/array_of_array_of_number_only.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/array_of_number_only.rb b/samples/client/petstore/ruby/lib/petstore/models/array_of_number_only.rb
index 0088807aac70dc9f2072e354c996e1ce39fd6a3e..3db19c289648f22e2d555a4c90adfe3617c3a792 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/array_of_number_only.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/array_of_number_only.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/array_test.rb b/samples/client/petstore/ruby/lib/petstore/models/array_test.rb
index c32c15098a4e47fa1d65e1bcf87865135b03e51c..d9c2795044b848a43c3ed4d71af995357943df0f 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/array_test.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/array_test.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/capitalization.rb b/samples/client/petstore/ruby/lib/petstore/models/capitalization.rb
index a611a621e420956dabf9b2ee88fae5efb48ee555..1ede7c02ce565f92446f09e12bf5eecc0698cfb8 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/capitalization.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/capitalization.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/cat.rb b/samples/client/petstore/ruby/lib/petstore/models/cat.rb
index a4c6cb7285f8f6ee8bbbdbc547531d22ad212359..4cf2480958bb3f002faa2a4903192458e3f8f7c2 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/cat.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/cat.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/cat_all_of.rb b/samples/client/petstore/ruby/lib/petstore/models/cat_all_of.rb
index 0f23d7a86e395e163f5d9f9890a9adfad7dddaba..aade8ae20b37c62bdc50562d77249fc01306f179 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/cat_all_of.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/cat_all_of.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/category.rb b/samples/client/petstore/ruby/lib/petstore/models/category.rb
index aa5cb0ee41311b8fdcd162a0ce0eea9386ce39aa..e3602ced34a6eecee594a34deb6bd2b6101b6b30 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/category.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/category.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/class_model.rb b/samples/client/petstore/ruby/lib/petstore/models/class_model.rb
index d5769c1e5d520ee0f607498657633e72f09348e9..3abb304d27ae22af82e3155754063b666d192cf0 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/class_model.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/class_model.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/client.rb b/samples/client/petstore/ruby/lib/petstore/models/client.rb
index 3700ebd201a8e7861028eab983cde83a95a689ad..c8d08d222d60aa9a7a797f9e83d84b34104bc0e5 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/client.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/client.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/dog.rb b/samples/client/petstore/ruby/lib/petstore/models/dog.rb
index 203f327296f17a9b4079afacfc8cbd3148b4aaff..4d38e325d278b6702a158d72906a75c128a5bdc5 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/dog.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/dog.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/dog_all_of.rb b/samples/client/petstore/ruby/lib/petstore/models/dog_all_of.rb
index 32e4733604aee7e89a4e300f7223e3fc6cca0139..59e73d7397649a59baa1949b0e669f01803f849e 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/dog_all_of.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/dog_all_of.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/enum_arrays.rb b/samples/client/petstore/ruby/lib/petstore/models/enum_arrays.rb
index ca2938261e06b2412ddc7160962e53eadfc88b2c..dd9761fcf03bcb0b66daf484ae3b3e51778dee12 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/enum_arrays.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/enum_arrays.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/enum_class.rb b/samples/client/petstore/ruby/lib/petstore/models/enum_class.rb
index 587c3580d268a1b004f3f34c43111ac768d80a5c..e6609625dfe7582f05ef2818c72a4491ed538a4b 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/enum_class.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/enum_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/enum_test.rb b/samples/client/petstore/ruby/lib/petstore/models/enum_test.rb
index 5cb0ad9ce423a89bc24a49569cbcdd350b877283..779fda1ad6a1c646c79a2f990eaf92b6df34657e 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/enum_test.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/enum_test.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/file.rb b/samples/client/petstore/ruby/lib/petstore/models/file.rb
index a391e7977e73bb6771eb832335896b5961db72a5..9f6c50ddee33ca7976dc6a20da5982c91a387927 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/file.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/file.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/file_schema_test_class.rb b/samples/client/petstore/ruby/lib/petstore/models/file_schema_test_class.rb
index c16a36ca3dc1e01176db97ccc57e8bc2b0d969a1..11fa846108455164019f8d0d62f8a1eb6a9e264f 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/file_schema_test_class.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/file_schema_test_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/format_test.rb b/samples/client/petstore/ruby/lib/petstore/models/format_test.rb
index 6361d270f0b5ea6d59e2d88e52b205f91ff5e4dd..9163b43e5307213afcf5c68b8bb84fc355201651 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/format_test.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/format_test.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/has_only_read_only.rb b/samples/client/petstore/ruby/lib/petstore/models/has_only_read_only.rb
index 2bc9d87cf2ff11459f66cb8e158f60a8c8479579..e58919504d935c29876c193e32009420852b9913 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/has_only_read_only.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/has_only_read_only.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/list.rb b/samples/client/petstore/ruby/lib/petstore/models/list.rb
index ac909e099053f03fa13c43d3f3035e3ef125ea77..60e03f92df1d2e36162063badcc5be9b369363aa 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/list.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/list.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/map_test.rb b/samples/client/petstore/ruby/lib/petstore/models/map_test.rb
index bce2512a9fec611a225d59d0b15bc015ccb9f666..dde643cbfefea082f7449ba5225c37b2379da03e 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/map_test.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/map_test.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/mixed_properties_and_additional_properties_class.rb b/samples/client/petstore/ruby/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
index 4d9151e25c6a470d4fb0293b6dbad8cfc7b6d107..76507d8be9c20352f790cb52541553b9bfd09c56 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/model200_response.rb b/samples/client/petstore/ruby/lib/petstore/models/model200_response.rb
index 9ed17b1abdd253e5efceee0d4a7625cfd680c3fa..8fb36c8b70fa3d1d17b7349295308e725c08da37 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/model200_response.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/model200_response.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/model_return.rb b/samples/client/petstore/ruby/lib/petstore/models/model_return.rb
index 90f0a04cace289f57a5a5aede4cbc93505d4ed9c..042f4061beb904752732093572ebcfb57d9a1c6a 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/model_return.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/model_return.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/name.rb b/samples/client/petstore/ruby/lib/petstore/models/name.rb
index dabfce97268f4836775dd5c66882f1e3cc512623..19e75b87c0adcf7c494419a3ba518a8bffc348ad 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/name.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/name.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/number_only.rb b/samples/client/petstore/ruby/lib/petstore/models/number_only.rb
index a9cde4bde45a9dc18c44ba3322ee36073a37bb33..4d57b2fa3465052e2b7ee8e7dce5dc19e2f4b515 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/number_only.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/number_only.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/order.rb b/samples/client/petstore/ruby/lib/petstore/models/order.rb
index 9c8f7fa12545d177cf6cb9c7b190c7ed14f45281..e1383ff7e0f7f9241725ac1d19ddb5552e9352d2 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/order.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/order.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/outer_composite.rb b/samples/client/petstore/ruby/lib/petstore/models/outer_composite.rb
index 4bbdd15ff0bc85e31b28af02a2797d88da1df4ab..2202d1d95ea749b63d30131936b4f77a739ca732 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/outer_composite.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/outer_composite.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/outer_enum.rb b/samples/client/petstore/ruby/lib/petstore/models/outer_enum.rb
index db1bc12c08895f5be7dfea79d49d55091c906731..096965224172bfa0a33120bdbace4b2d1d890679 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/outer_enum.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/outer_enum.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/pet.rb b/samples/client/petstore/ruby/lib/petstore/models/pet.rb
index 82ed336bfcae09acd8feb89935c3eb6e999f0374..e5c0929925441496250ee6fac3350a2becf8bb4a 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/pet.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/pet.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/read_only_first.rb b/samples/client/petstore/ruby/lib/petstore/models/read_only_first.rb
index 1127ddbef66f020186f2b8abcc143a41f8dd0857..1dd5484dff3dce547b8217fbe1d28fdf160f4111 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/read_only_first.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/read_only_first.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/special_model_name.rb b/samples/client/petstore/ruby/lib/petstore/models/special_model_name.rb
index 38b69daf5a844a6aba4724995d48b4fb6b8d3a9e..dd4152162c3319ad74b815c1630a0c7aed335d46 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/special_model_name.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/special_model_name.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/tag.rb b/samples/client/petstore/ruby/lib/petstore/models/tag.rb
index 803e19e92253facfb3759141fd190c8aa8d1f9dc..d15e5d797c02fa514a819c4d2d08017b2585aa89 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/tag.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/tag.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/type_holder_default.rb b/samples/client/petstore/ruby/lib/petstore/models/type_holder_default.rb
index 4605fafd6d1d08ab22a30ad177a6221e88757ffd..7fa9f95f2055de19cf1df86032f5920b4553c823 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/type_holder_default.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/type_holder_default.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/type_holder_example.rb b/samples/client/petstore/ruby/lib/petstore/models/type_holder_example.rb
index 518005e5be63a89173964ae6d57c69b0d16d3f79..0185fae4b25f4ecf04548f152770b365c654b748 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/type_holder_example.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/type_holder_example.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/user.rb b/samples/client/petstore/ruby/lib/petstore/models/user.rb
index 3354b14b3122d3bab51ba72c2b58f5ab7004583d..93bb00381574bf4a86b8d0b8187be859e818d282 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/user.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/user.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/models/xml_item.rb b/samples/client/petstore/ruby/lib/petstore/models/xml_item.rb
index 3d11ae2b6f7ec5a615764d7530679a0357bf5a56..396576d06482a986cdfa75df2e57d4d1edf2c887 100644
--- a/samples/client/petstore/ruby/lib/petstore/models/xml_item.rb
+++ b/samples/client/petstore/ruby/lib/petstore/models/xml_item.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/lib/petstore/version.rb b/samples/client/petstore/ruby/lib/petstore/version.rb
index aa12c08e15cf396fe8f470b59043caf4a6229552..e1efd71164f7a0087564eff3ac657cad5df030de 100644
--- a/samples/client/petstore/ruby/lib/petstore/version.rb
+++ b/samples/client/petstore/ruby/lib/petstore/version.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/petstore.gemspec b/samples/client/petstore/ruby/petstore.gemspec
index f09fada422d807dd06c4a89b04048e1de48e3235..244b48397f1fdab7a309534911eb7e6518145e82 100644
--- a/samples/client/petstore/ruby/petstore.gemspec
+++ b/samples/client/petstore/ruby/petstore.gemspec
@@ -8,7 +8,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/api/another_fake_api_spec.rb b/samples/client/petstore/ruby/spec/api/another_fake_api_spec.rb
index b5cc4673cfd0b7a186d432c02f91d8e689c07a67..9aaf873beb3fa7978d857ce257dceff9ab920d91 100644
--- a/samples/client/petstore/ruby/spec/api/another_fake_api_spec.rb
+++ b/samples/client/petstore/ruby/spec/api/another_fake_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/api/fake_api_spec.rb b/samples/client/petstore/ruby/spec/api/fake_api_spec.rb
index 1a3b88d7f3a9f0e1ec99669617eb8a26dad3f784..cf2edac4a0797c1c80a19e519b54e34fb99fa711 100644
--- a/samples/client/petstore/ruby/spec/api/fake_api_spec.rb
+++ b/samples/client/petstore/ruby/spec/api/fake_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/api/fake_classname_tags123_api_spec.rb b/samples/client/petstore/ruby/spec/api/fake_classname_tags123_api_spec.rb
index 0d617142b69b94a29b01cc322112de8960047d17..b0538a92a64186666a0671701b189c2d71dd579f 100644
--- a/samples/client/petstore/ruby/spec/api/fake_classname_tags123_api_spec.rb
+++ b/samples/client/petstore/ruby/spec/api/fake_classname_tags123_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/api/pet_api_spec.rb b/samples/client/petstore/ruby/spec/api/pet_api_spec.rb
index 187a093011b24ff0df3a4a5459c931c7e2f0e1c3..975073c390aca447700e1db3c50e9133b48dc194 100644
--- a/samples/client/petstore/ruby/spec/api/pet_api_spec.rb
+++ b/samples/client/petstore/ruby/spec/api/pet_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/api/store_api_spec.rb b/samples/client/petstore/ruby/spec/api/store_api_spec.rb
index 5ee36e0dc0900ff1d20a5af56112b629c63855e9..112e1b02a92a07056fdec23d9d8e8fe9febd2724 100644
--- a/samples/client/petstore/ruby/spec/api/store_api_spec.rb
+++ b/samples/client/petstore/ruby/spec/api/store_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/api/user_api_spec.rb b/samples/client/petstore/ruby/spec/api/user_api_spec.rb
index 67d9c91fbadb3b4446ce9a1f0e1d522c140e363b..e12025ad877f2fa7270cdbd9f9a49f5e72f5e672 100644
--- a/samples/client/petstore/ruby/spec/api/user_api_spec.rb
+++ b/samples/client/petstore/ruby/spec/api/user_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/api_client_spec.rb b/samples/client/petstore/ruby/spec/api_client_spec.rb
index 252a6c7870d42c928246299fa6c9d21636ed2e9e..1479ac9ab9da06179a35b910ba4813bb748affa8 100644
--- a/samples/client/petstore/ruby/spec/api_client_spec.rb
+++ b/samples/client/petstore/ruby/spec/api_client_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/configuration_spec.rb b/samples/client/petstore/ruby/spec/configuration_spec.rb
index d856c5162ff54e73d8ca2db6a1e5fbf45eae2329..469148995631bc582a5a462671d29467e4e321a1 100644
--- a/samples/client/petstore/ruby/spec/configuration_spec.rb
+++ b/samples/client/petstore/ruby/spec/configuration_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/additional_properties_any_type_spec.rb b/samples/client/petstore/ruby/spec/models/additional_properties_any_type_spec.rb
index 248f08a0a27b846bad50d091894461b415671f48..3bf68f699a9188dc7076c8f576defc8d4f37112b 100644
--- a/samples/client/petstore/ruby/spec/models/additional_properties_any_type_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/additional_properties_any_type_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/additional_properties_array_spec.rb b/samples/client/petstore/ruby/spec/models/additional_properties_array_spec.rb
index 83da775a985a94c7bdba6d2d585ba221174a5203..494717e2d3b8916e7e83f9642764a3e029f692d7 100644
--- a/samples/client/petstore/ruby/spec/models/additional_properties_array_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/additional_properties_array_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/additional_properties_boolean_spec.rb b/samples/client/petstore/ruby/spec/models/additional_properties_boolean_spec.rb
index bea91d4f9c476b854d6f6b8dc13ef4af983be69f..d9b18ecf576bc2ab02cbaebc26a86045dc5108df 100644
--- a/samples/client/petstore/ruby/spec/models/additional_properties_boolean_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/additional_properties_boolean_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/additional_properties_class_spec.rb b/samples/client/petstore/ruby/spec/models/additional_properties_class_spec.rb
index 7777257d46a365168b0c013409d3c6043c6c1295..a9abc8f9246c2d15baa64cdae8e0f1de1ef497c0 100644
--- a/samples/client/petstore/ruby/spec/models/additional_properties_class_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/additional_properties_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/additional_properties_integer_spec.rb b/samples/client/petstore/ruby/spec/models/additional_properties_integer_spec.rb
index b679ae2d48bdba533801dfd267f6ffe14b674904..14ec4d16589cddb46b837ece07c82e070e8b99a8 100644
--- a/samples/client/petstore/ruby/spec/models/additional_properties_integer_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/additional_properties_integer_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/additional_properties_number_spec.rb b/samples/client/petstore/ruby/spec/models/additional_properties_number_spec.rb
index 38b87f4ddd8374b024ff4d9eec361d58bc0b54c9..e0a59f3646854107ec71ccc3a06987bec2c3b61d 100644
--- a/samples/client/petstore/ruby/spec/models/additional_properties_number_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/additional_properties_number_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/additional_properties_object_spec.rb b/samples/client/petstore/ruby/spec/models/additional_properties_object_spec.rb
index cf50be051c02990e7c0a389ec7ab9c570b4d9f3f..d7f3ddc22c1d987bd07a3f760ab69fb752768931 100644
--- a/samples/client/petstore/ruby/spec/models/additional_properties_object_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/additional_properties_object_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/additional_properties_string_spec.rb b/samples/client/petstore/ruby/spec/models/additional_properties_string_spec.rb
index fb993fe9415881be35c1ed61b8eee9cf184be495..3def6391d9bcd91b797fa2e8321e578bdd42e7da 100644
--- a/samples/client/petstore/ruby/spec/models/additional_properties_string_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/additional_properties_string_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/animal_spec.rb b/samples/client/petstore/ruby/spec/models/animal_spec.rb
index 2759650920bd77c4dab2e7b48e95556d81c7f0c4..a2493b5c6655ac2effd18bf27585e9b1d5b66005 100644
--- a/samples/client/petstore/ruby/spec/models/animal_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/animal_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/api_response_spec.rb b/samples/client/petstore/ruby/spec/models/api_response_spec.rb
index c181df5f28c82c485904d5f30f0d8af40cfa1328..bff4a19b11e12ae7bae63e91ee2d3072e2cf1b42 100644
--- a/samples/client/petstore/ruby/spec/models/api_response_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/api_response_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/array_of_array_of_number_only_spec.rb b/samples/client/petstore/ruby/spec/models/array_of_array_of_number_only_spec.rb
index f367364f7fe136a12ef4d60beb322215530ab032..5eb56c753c447029768acb6c42725dace9e1b124 100644
--- a/samples/client/petstore/ruby/spec/models/array_of_array_of_number_only_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/array_of_array_of_number_only_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/array_of_number_only_spec.rb b/samples/client/petstore/ruby/spec/models/array_of_number_only_spec.rb
index 9982994df4f38905b6b7cc6b9d79f69e437bd8fe..afd6cfde12fe34d9982c8f29afa0f8ddf183a985 100644
--- a/samples/client/petstore/ruby/spec/models/array_of_number_only_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/array_of_number_only_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/array_test_spec.rb b/samples/client/petstore/ruby/spec/models/array_test_spec.rb
index b10258696325bd120db4be3fde7392d8d539186b..f668e07d6ba554d6ef9a86c68f6da54bcf9168d5 100644
--- a/samples/client/petstore/ruby/spec/models/array_test_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/array_test_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/capitalization_spec.rb b/samples/client/petstore/ruby/spec/models/capitalization_spec.rb
index 1da50f32363c705e746b376e15682199af92963b..edb17a911935f5ef2cfe0d6458e1d3aeac32590c 100644
--- a/samples/client/petstore/ruby/spec/models/capitalization_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/capitalization_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/cat_all_of_spec.rb b/samples/client/petstore/ruby/spec/models/cat_all_of_spec.rb
index 91df841457e2ee6840866378c4b7a0efc70d74d5..55bbc8c19bc7325634a17a8f10e88874aeb9b508 100644
--- a/samples/client/petstore/ruby/spec/models/cat_all_of_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/cat_all_of_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/cat_spec.rb b/samples/client/petstore/ruby/spec/models/cat_spec.rb
index 4d713b60d9eb67795130074121cf15059ced8e3d..34d5c46eed7311b1de34859cfe09c9e34c176861 100644
--- a/samples/client/petstore/ruby/spec/models/cat_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/cat_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/category_spec.rb b/samples/client/petstore/ruby/spec/models/category_spec.rb
index 7d94acc2911a05259f7df6ec48382ac6bee15449..244afb037dd77ee8db3f1399f8c43cc24dad52ca 100644
--- a/samples/client/petstore/ruby/spec/models/category_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/category_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/class_model_spec.rb b/samples/client/petstore/ruby/spec/models/class_model_spec.rb
index dafe34ded75e26f430ebe60b836068d35f03ded1..c89a49575042bdd85db72e1962676ec80e5eca01 100644
--- a/samples/client/petstore/ruby/spec/models/class_model_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/class_model_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/client_spec.rb b/samples/client/petstore/ruby/spec/models/client_spec.rb
index e96908bf749ed34cdada023bfd5164878c5131b6..e25eea31c6fa67cf7e94d25ecd7cf42674f8ecb2 100644
--- a/samples/client/petstore/ruby/spec/models/client_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/client_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/dog_all_of_spec.rb b/samples/client/petstore/ruby/spec/models/dog_all_of_spec.rb
index 2211bf028bae51a8a375004f374f6c928cf827aa..7d65770b11988fc81f623c637c528e98750714f6 100644
--- a/samples/client/petstore/ruby/spec/models/dog_all_of_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/dog_all_of_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/dog_spec.rb b/samples/client/petstore/ruby/spec/models/dog_spec.rb
index 7402cf2b97f3755e50d37bf4ea93caf2cf749fb1..5896a5c207b8a3c3f9b50131a6c5e806c2ed6dac 100644
--- a/samples/client/petstore/ruby/spec/models/dog_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/dog_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/enum_arrays_spec.rb b/samples/client/petstore/ruby/spec/models/enum_arrays_spec.rb
index a10899ac99421185aa0735ccf554ed4253fcc19e..cb63e6992f5fa46fc04e5de29f699e47066314df 100644
--- a/samples/client/petstore/ruby/spec/models/enum_arrays_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/enum_arrays_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/enum_class_spec.rb b/samples/client/petstore/ruby/spec/models/enum_class_spec.rb
index 571ba283d7db44c8a30ac52e78c7af38b3b170f1..ad20ccfb98e0bc86d54c79d79786376d01668c7a 100644
--- a/samples/client/petstore/ruby/spec/models/enum_class_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/enum_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/enum_test_spec.rb b/samples/client/petstore/ruby/spec/models/enum_test_spec.rb
index d6305b9fea50a3f94133fa23bf12670563aed9d8..7ba3528b0986350ef64b2948524ae392e4bba06c 100644
--- a/samples/client/petstore/ruby/spec/models/enum_test_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/enum_test_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/file_schema_test_class_spec.rb b/samples/client/petstore/ruby/spec/models/file_schema_test_class_spec.rb
index 4533d857f8400359c224ab98ffc987791e8b868f..e6ac8c6d34e6d6cb2e1866af867667ffaa541661 100644
--- a/samples/client/petstore/ruby/spec/models/file_schema_test_class_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/file_schema_test_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/file_spec.rb b/samples/client/petstore/ruby/spec/models/file_spec.rb
index 2a85e7723c9217e0c22736b3211e596c1722e949..aa978fca0fb38c5ce6791044092e66e17719cb63 100644
--- a/samples/client/petstore/ruby/spec/models/file_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/file_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/format_test_spec.rb b/samples/client/petstore/ruby/spec/models/format_test_spec.rb
index 21bdd1b6510d8d6b66b6e19ef1953b91e6e2f8a9..40b9e08ab38bf16c291a6cb8c79524ab4eaf697e 100644
--- a/samples/client/petstore/ruby/spec/models/format_test_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/format_test_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/has_only_read_only_spec.rb b/samples/client/petstore/ruby/spec/models/has_only_read_only_spec.rb
index 72550e4c585676c0599343231b2eac81b1fe54d5..421b590a3aab5d71b946bd3a59a4ca8183a08ea1 100644
--- a/samples/client/petstore/ruby/spec/models/has_only_read_only_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/has_only_read_only_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/list_spec.rb b/samples/client/petstore/ruby/spec/models/list_spec.rb
index 0858edb534eba7b43e14ba5fbb62a26d5124a1e0..8134fe0e90e79bc4cc0e5f141d9a325d663d6cd2 100644
--- a/samples/client/petstore/ruby/spec/models/list_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/list_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/map_test_spec.rb b/samples/client/petstore/ruby/spec/models/map_test_spec.rb
index 2607c45a2e35a5944deb0bd23ca2e610508f4be9..be71bf9917de35d2272b7c3a34d301327bc88d92 100644
--- a/samples/client/petstore/ruby/spec/models/map_test_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/map_test_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/mixed_properties_and_additional_properties_class_spec.rb b/samples/client/petstore/ruby/spec/models/mixed_properties_and_additional_properties_class_spec.rb
index 77edd5d1f08b259e698a58fe0dd07e3f1ddb3b31..c95c02c39d79501c73dffbaf4da4e44de4910aea 100644
--- a/samples/client/petstore/ruby/spec/models/mixed_properties_and_additional_properties_class_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/mixed_properties_and_additional_properties_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/model200_response_spec.rb b/samples/client/petstore/ruby/spec/models/model200_response_spec.rb
index a2af920e9560955451b97764e10d485ff84e674b..57c0e8968095677ece9bb35747acbb00a2f9a3a3 100644
--- a/samples/client/petstore/ruby/spec/models/model200_response_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/model200_response_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/model_return_spec.rb b/samples/client/petstore/ruby/spec/models/model_return_spec.rb
index a965a17b12938071cf53744e5c2716499cba5ab3..99e38f967962d99e9fa82729edf7c7272393bbb5 100644
--- a/samples/client/petstore/ruby/spec/models/model_return_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/model_return_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/name_spec.rb b/samples/client/petstore/ruby/spec/models/name_spec.rb
index 3e7cc14ad1d2cb746baede5a22c4a3aee6867280..186ae80fe7b53c5c350a5cf74cfcab677c5801ac 100644
--- a/samples/client/petstore/ruby/spec/models/name_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/name_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/number_only_spec.rb b/samples/client/petstore/ruby/spec/models/number_only_spec.rb
index 43180260ae5683d1e668be3eb56084d665a1cd04..ee59459631ea5dc91f26125c1dcdbffad4608e00 100644
--- a/samples/client/petstore/ruby/spec/models/number_only_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/number_only_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/order_spec.rb b/samples/client/petstore/ruby/spec/models/order_spec.rb
index 0f82f713be3134b71bbaf2bf16533c6e0dd9712b..a7a25c00ec3df42dc28192c6cf1eb182b66bacc9 100644
--- a/samples/client/petstore/ruby/spec/models/order_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/order_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/outer_composite_spec.rb b/samples/client/petstore/ruby/spec/models/outer_composite_spec.rb
index ddd4466618bb753fc8cee1d2c40da86dbb375827..5d622fe6936b06eac0d880883fae39348be60791 100644
--- a/samples/client/petstore/ruby/spec/models/outer_composite_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/outer_composite_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/outer_enum_spec.rb b/samples/client/petstore/ruby/spec/models/outer_enum_spec.rb
index 2c503fbb33ca5f35918c11b484520ed15c2c05e4..232dceb670337c6e137a14196d892ed56372cafd 100644
--- a/samples/client/petstore/ruby/spec/models/outer_enum_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/outer_enum_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/pet_spec.rb b/samples/client/petstore/ruby/spec/models/pet_spec.rb
index 1cff95927975e6db0b96a6a62d1c571f9bb9f278..89e2f5a4689b5f08a4fd6a6176cab8106833802e 100644
--- a/samples/client/petstore/ruby/spec/models/pet_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/pet_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/read_only_first_spec.rb b/samples/client/petstore/ruby/spec/models/read_only_first_spec.rb
index 72bba93d21ba30b7fe013e005f97f412f8ae8553..c14633abc875fb757cb11435e975b92133bf18b0 100644
--- a/samples/client/petstore/ruby/spec/models/read_only_first_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/read_only_first_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/special_model_name_spec.rb b/samples/client/petstore/ruby/spec/models/special_model_name_spec.rb
index 62aa8573aea0273a270534cb749cd10da3012b2c..bdeb03c54c31d3684b8f669494c66764310aea80 100644
--- a/samples/client/petstore/ruby/spec/models/special_model_name_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/special_model_name_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/tag_spec.rb b/samples/client/petstore/ruby/spec/models/tag_spec.rb
index 9f77bc5defd23fb71c59eb29ef0320b588d0de40..8a073adb4b3e68ed1f1628713214cfecdcff81f0 100644
--- a/samples/client/petstore/ruby/spec/models/tag_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/tag_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/type_holder_default_spec.rb b/samples/client/petstore/ruby/spec/models/type_holder_default_spec.rb
index 99368375d2271452615154c139708954ca767a3c..80c021e1c13c6814f50d5dbee17333256efd9042 100644
--- a/samples/client/petstore/ruby/spec/models/type_holder_default_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/type_holder_default_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/type_holder_example_spec.rb b/samples/client/petstore/ruby/spec/models/type_holder_example_spec.rb
index ee1ee4ecec7f36a2fb2596a14ab6dea271f5b8bb..001f12d9c6adbfb1556df4c807eacd2ad3505599 100644
--- a/samples/client/petstore/ruby/spec/models/type_holder_example_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/type_holder_example_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/user_spec.rb b/samples/client/petstore/ruby/spec/models/user_spec.rb
index 1f1ae254a8d273b4db9fca35ce77df3f8b6dd6c0..de07911241481ed256d8724f4952e65ebb8354ae 100644
--- a/samples/client/petstore/ruby/spec/models/user_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/user_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/models/xml_item_spec.rb b/samples/client/petstore/ruby/spec/models/xml_item_spec.rb
index 7667fe8e27ea227b238c5afd614a5dc4e90a5ac7..7302ada5491b32029f0891a55ed5dc468c88bb99 100644
--- a/samples/client/petstore/ruby/spec/models/xml_item_spec.rb
+++ b/samples/client/petstore/ruby/spec/models/xml_item_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/ruby/spec/spec_helper.rb b/samples/client/petstore/ruby/spec/spec_helper.rb
index fc8ef82d8c22edbd243acb802fa188578f0200fc..cfc165e059678fe0d5031a99e92c43609af50537 100644
--- a/samples/client/petstore/ruby/spec/spec_helper.rb
+++ b/samples/client/petstore/ruby/spec/spec_helper.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/client/petstore/spring-cloud-async/.openapi-generator/VERSION b/samples/client/petstore/spring-cloud-async/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/spring-cloud-async/.openapi-generator/VERSION
+++ b/samples/client/petstore/spring-cloud-async/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/PetApi.java b/samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/PetApi.java
index 51d08fd3ca12b935c0e996da1bbb1eb3190e418a..b6430a559c8c764fc9d151ba8b6998a09c3153c4 100644
--- a/samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/StoreApi.java b/samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/StoreApi.java
index 65841aa82ad3d083901275e502463454edd70d78..f832fcb3fcb6fad8ca5c64fb481a2db20f659145 100644
--- a/samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/UserApi.java b/samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/UserApi.java
index bd5daff7bccde57f80831160ca327d7cc2be725f..868665670a60e6a6e78bbab52180217b696d3dbb 100644
--- a/samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/client/petstore/spring-cloud/.openapi-generator/VERSION b/samples/client/petstore/spring-cloud/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/spring-cloud/.openapi-generator/VERSION
+++ b/samples/client/petstore/spring-cloud/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/PetApi.java b/samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/PetApi.java
index 55ae37251ffb2bd24cb524f4823f4466f2d3adc7..47ead2d1be86eea3cad7a3c12a4d53b1fd18bb0f 100644
--- a/samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/StoreApi.java b/samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/StoreApi.java
index ce9f746ef6ece3c99454f1d2377b6aa01c0b31a6..89d4af1f92ef26b90f214496eabd24af1dfddd4c 100644
--- a/samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/UserApi.java b/samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/UserApi.java
index 0e41b6551f393450fae648d013830f6ac19dd3ce..10df56c3c41857067cd1aec25ac0999c012caa29 100644
--- a/samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/client/petstore/spring-cloud/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/client/petstore/spring-stubs/.openapi-generator/VERSION b/samples/client/petstore/spring-stubs/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/spring-stubs/.openapi-generator/VERSION
+++ b/samples/client/petstore/spring-stubs/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/spring-stubs/src/main/java/org/openapitools/api/PetApi.java b/samples/client/petstore/spring-stubs/src/main/java/org/openapitools/api/PetApi.java
index f15197e63f3faaf82cd606d8d0f50ea00404d321..e4bf7164050974e9b47fb63a7319f9f448253694 100644
--- a/samples/client/petstore/spring-stubs/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/client/petstore/spring-stubs/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/client/petstore/spring-stubs/src/main/java/org/openapitools/api/StoreApi.java b/samples/client/petstore/spring-stubs/src/main/java/org/openapitools/api/StoreApi.java
index f50c38d66a79b643d78ece53127303c66ed22110..897a84b363b431a1f2db24a0f7de7c58e1220fd2 100644
--- a/samples/client/petstore/spring-stubs/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/client/petstore/spring-stubs/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/client/petstore/spring-stubs/src/main/java/org/openapitools/api/UserApi.java b/samples/client/petstore/spring-stubs/src/main/java/org/openapitools/api/UserApi.java
index 91a78ffdf093e467ce59960bd5ead8e753bb2767..65a40b8ffc2422f1a11ebbf2d0c5546a73d99900 100644
--- a/samples/client/petstore/spring-stubs/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/client/petstore/spring-stubs/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/client/petstore/typescript-angular-v2/default/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v2/default/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v2/default/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v2/default/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v2/npm/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v2/npm/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v2/npm/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v2/npm/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v2/with-interfaces/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v2/with-interfaces/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v2/with-interfaces/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v2/with-interfaces/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v4.3/npm/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v4.3/npm/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v4.3/npm/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v4.3/npm/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v4/npm/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v4/npm/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v4/npm/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v4/npm/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v6-not-provided-in-root/builds/default/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v6-not-provided-in-root/builds/default/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v6-not-provided-in-root/builds/default/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v6-not-provided-in-root/builds/default/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v6-not-provided-in-root/builds/with-npm/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v6-not-provided-in-root/builds/with-npm/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v6-not-provided-in-root/builds/with-npm/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v6-not-provided-in-root/builds/with-npm/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v6-provided-in-root/builds/default/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v6-provided-in-root/builds/default/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v6-provided-in-root/builds/default/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v6-provided-in-root/builds/default/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v6-provided-in-root/builds/with-npm/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v6-provided-in-root/builds/with-npm/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v6-provided-in-root/builds/with-npm/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v6-provided-in-root/builds/with-npm/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v7-not-provided-in-root/builds/default/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v7-not-provided-in-root/builds/default/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v7-not-provided-in-root/builds/default/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v7-not-provided-in-root/builds/default/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v7-not-provided-in-root/builds/with-npm/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v7-not-provided-in-root/builds/with-npm/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v7-not-provided-in-root/builds/with-npm/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v7-not-provided-in-root/builds/with-npm/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v7-provided-in-root/builds/default/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v7-provided-in-root/builds/default/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v7-provided-in-root/builds/default/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v7-provided-in-root/builds/default/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v7-provided-in-root/builds/with-npm/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v7-provided-in-root/builds/with-npm/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v7-provided-in-root/builds/with-npm/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v7-provided-in-root/builds/with-npm/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angular-v8-provided-in-root/builds/with-npm/.openapi-generator/VERSION b/samples/client/petstore/typescript-angular-v8-provided-in-root/builds/with-npm/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angular-v8-provided-in-root/builds/with-npm/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angular-v8-provided-in-root/builds/with-npm/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-angularjs/.openapi-generator/VERSION b/samples/client/petstore/typescript-angularjs/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-angularjs/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-angularjs/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-aurelia/default/.openapi-generator/VERSION b/samples/client/petstore/typescript-aurelia/default/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-aurelia/default/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-aurelia/default/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-axios/builds/default/.openapi-generator/VERSION b/samples/client/petstore/typescript-axios/builds/default/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-axios/builds/default/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-axios/builds/default/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-axios/builds/es6-target/.openapi-generator/VERSION b/samples/client/petstore/typescript-axios/builds/es6-target/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-axios/builds/es6-target/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-axios/builds/es6-target/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-axios/builds/with-complex-headers/.openapi-generator/VERSION b/samples/client/petstore/typescript-axios/builds/with-complex-headers/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-axios/builds/with-complex-headers/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-axios/builds/with-complex-headers/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-axios/builds/with-interfaces/.openapi-generator/VERSION b/samples/client/petstore/typescript-axios/builds/with-interfaces/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-axios/builds/with-interfaces/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-axios/builds/with-interfaces/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/.openapi-generator/VERSION b/samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-axios/builds/with-npm-version/.openapi-generator/VERSION b/samples/client/petstore/typescript-axios/builds/with-npm-version/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-axios/builds/with-npm-version/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-axios/builds/with-npm-version/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-fetch/builds/default/.openapi-generator/VERSION b/samples/client/petstore/typescript-fetch/builds/default/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-fetch/builds/default/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-fetch/builds/default/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-fetch/builds/es6-target/.openapi-generator/VERSION b/samples/client/petstore/typescript-fetch/builds/es6-target/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-fetch/builds/es6-target/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-fetch/builds/es6-target/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-fetch/builds/multiple-parameters/.openapi-generator/VERSION b/samples/client/petstore/typescript-fetch/builds/multiple-parameters/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-fetch/builds/multiple-parameters/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-fetch/builds/multiple-parameters/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-fetch/builds/prefix-parameter-interfaces/.openapi-generator/VERSION b/samples/client/petstore/typescript-fetch/builds/prefix-parameter-interfaces/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-fetch/builds/prefix-parameter-interfaces/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-fetch/builds/prefix-parameter-interfaces/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-fetch/builds/typescript-three-plus/.openapi-generator/VERSION b/samples/client/petstore/typescript-fetch/builds/typescript-three-plus/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-fetch/builds/typescript-three-plus/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-fetch/builds/typescript-three-plus/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-fetch/builds/with-interfaces/.openapi-generator/VERSION b/samples/client/petstore/typescript-fetch/builds/with-interfaces/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-fetch/builds/with-interfaces/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-fetch/builds/with-interfaces/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-fetch/builds/with-npm-version/.openapi-generator/VERSION b/samples/client/petstore/typescript-fetch/builds/with-npm-version/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-fetch/builds/with-npm-version/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-fetch/builds/with-npm-version/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-inversify/.openapi-generator/VERSION b/samples/client/petstore/typescript-inversify/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-inversify/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-inversify/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-jquery/default/.openapi-generator/VERSION b/samples/client/petstore/typescript-jquery/default/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-jquery/default/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-jquery/default/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-jquery/npm/.openapi-generator/VERSION b/samples/client/petstore/typescript-jquery/npm/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-jquery/npm/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-jquery/npm/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-node/default/.openapi-generator/VERSION b/samples/client/petstore/typescript-node/default/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-node/default/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-node/default/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-node/npm/.openapi-generator/VERSION b/samples/client/petstore/typescript-node/npm/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-node/npm/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-node/npm/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-rxjs/builds/default/.openapi-generator/VERSION b/samples/client/petstore/typescript-rxjs/builds/default/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-rxjs/builds/default/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-rxjs/builds/default/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-rxjs/builds/es6-target/.openapi-generator/VERSION b/samples/client/petstore/typescript-rxjs/builds/es6-target/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-rxjs/builds/es6-target/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-rxjs/builds/es6-target/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-rxjs/builds/with-interfaces/.openapi-generator/VERSION b/samples/client/petstore/typescript-rxjs/builds/with-interfaces/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-rxjs/builds/with-interfaces/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-rxjs/builds/with-interfaces/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/client/petstore/typescript-rxjs/builds/with-npm-version/.openapi-generator/VERSION b/samples/client/petstore/typescript-rxjs/builds/with-npm-version/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/client/petstore/typescript-rxjs/builds/with-npm-version/.openapi-generator/VERSION
+++ b/samples/client/petstore/typescript-rxjs/builds/with-npm-version/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/meta-codegen/lib/pom.xml b/samples/meta-codegen/lib/pom.xml
index ad5558622b9ba0b70b95e51dea8197d13c95278b..422a123c25d456008e9b0926d70df398092ec8d8 100644
--- a/samples/meta-codegen/lib/pom.xml
+++ b/samples/meta-codegen/lib/pom.xml
@@ -121,7 +121,7 @@
     </dependencies>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <openapi-generator-version>4.1.2-SNAPSHOT</openapi-generator-version>
+        <openapi-generator-version>4.1.2</openapi-generator-version>
         <maven-plugin-version>1.0.0</maven-plugin-version>
         <junit-version>4.8.1</junit-version>
     </properties>
diff --git a/samples/meta-codegen/usage/.openapi-generator/VERSION b/samples/meta-codegen/usage/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/meta-codegen/usage/.openapi-generator/VERSION
+++ b/samples/meta-codegen/usage/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/.openapi-generator/VERSION b/samples/openapi3/client/petstore/php/OpenAPIClient-php/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/.openapi-generator/VERSION
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/AnotherFakeApi.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/AnotherFakeApi.php
index 04ef4f2047c96054af5d458c99c222c0b0bb7ffa..f4de62dd460ee079b54f727eb3977042de80316f 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/AnotherFakeApi.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/AnotherFakeApi.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/DefaultApi.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/DefaultApi.php
index bcf53eb36fe732b3ddc56db8e716c54152cc0ac8..915ec14d063cec035de861e48aa1e1313e939e4d 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/DefaultApi.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/DefaultApi.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/FakeApi.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/FakeApi.php
index 2e4107eb7b26d551868ab8bbe0116a4e3303964e..608e77967e337687677d763d27f55735fa7af232 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/FakeApi.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/FakeApi.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php
index 2efa75763cbc93556fa1dd74c8c4966e757cc9db..7c2e987534e942f225dffc478cd5677d76b6c328 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/PetApi.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/PetApi.php
index a9853b3209ce31064c75fc55be1ca477128489ae..81c31d8310b4889ed2cf45265d3b2312cca1bb02 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/PetApi.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/PetApi.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/StoreApi.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/StoreApi.php
index f419c93a1a45b65405f618775f09989ebb860182..5417a10a1a6319a73315af29fcf9ee903f9fd06e 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/StoreApi.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/StoreApi.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/UserApi.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/UserApi.php
index 4253cdb4bb87e40e62cab34ef5b08405809702a7..6ebddc200b3fabe09195b4735eb25927290f4bbf 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/UserApi.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Api/UserApi.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/ApiException.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/ApiException.php
index f5234e4d3b601d0cb71a5c182fc33d64625c521b..8ba1fbd9f713929a4a03f8aa19c7cf3b3e47872b 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/ApiException.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/ApiException.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Configuration.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Configuration.php
index c1890ab116fb1371d06b43d673ec335ba81dd80e..0f946ce8743eacd27d6f65e544b4b553c174f2c9 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Configuration.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Configuration.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/HeaderSelector.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/HeaderSelector.php
index a01f563c5c88aed6cccf985e53f82375719e7227..3921f414d1f78ac8f738811d118b79958c2ba347 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/HeaderSelector.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/HeaderSelector.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php
index 5c99cf791b7b8c9c92122810e902976fa3955fc4..4fdf9ded3c7f5d9bbefbe3718eadc419f65246ca 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Animal.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Animal.php
index 156cbf4df9155eca02c372ac481ffdb09889b457..34b6fccc31ee9ddc14734595d5944130eb8bad3c 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Animal.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Animal.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ApiResponse.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ApiResponse.php
index be6b88ff13b827ec5ec82dc91e5df007d825bd57..f3b9dd3f1a272e6918e1dd0062d9617f8e0125dc 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ApiResponse.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ApiResponse.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php
index db64bebf803402d4afe8ba79ccdb6e3169d6d533..f1510676e54c0d91091c214ddb78fd2aa5231acb 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php
index 95fc603856ab54ff47e708764d181e00cd9f8397..c73f34be14b4ff5d516298ffe67b2485c72b7fe7 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayTest.php
index 9c25d014dfef5d4086033e6f6687fbf360505ab9..bbf086972e16c4efe157e6a2b179814f0f15740a 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Capitalization.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Capitalization.php
index 24aa37f5575a93d6fcdb891eefa6ff00095db273..d7f284cef8ba0e7a9326a3016410cbf96b62aa4a 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Capitalization.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Capitalization.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Cat.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Cat.php
index c732c7cb0a902698a16654a8006a33689c616cba..223de94280af736e352ffb70145a3a832dd9048b 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Cat.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Cat.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/CatAllOf.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/CatAllOf.php
index 1ff6765befe63fff2334f596f6ff7a267911cd85..556d8043c18d21741cfe02b1702c407a84db92e1 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/CatAllOf.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/CatAllOf.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Category.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Category.php
index 3107f53c958e8ee98c8a37fac39c1ce7c10406fa..94c7a3c1265d668ee8c35ad1a7200d7da878df54 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Category.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Category.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ClassModel.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ClassModel.php
index 52b7632c1792939c40473eef4eb1df891ddb93f3..b9101d5179b891764a2438a6c8e136beb554ca30 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ClassModel.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ClassModel.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Client.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Client.php
index 61e516a9107195cdc10d9f5487f7dfe848639449..d5352b58e765a8f688f8b8bfa9cd870c663bbcb9 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Client.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Client.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Dog.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Dog.php
index 52596830b834ca403e5e0159ce5b5f5f43dd5d7a..94a6908a91267d4e2dd761dc0a290bdcbb997cbc 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Dog.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Dog.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/DogAllOf.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/DogAllOf.php
index 0404e00b00f732ebaed6fb593e0a897b7014ada1..14c80bdfdb1cd4ac17c05c35b6597a56fe79d6d4 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/DogAllOf.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/DogAllOf.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/EnumArrays.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/EnumArrays.php
index 8a8e024a21c4169c05b82694e72162735705363a..747f3710cbf35f8ac90185d1af435cac7b8c81f5 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/EnumArrays.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/EnumArrays.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/EnumClass.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/EnumClass.php
index c33d7c3e5248a4367c32ea80c9f5df5c698ca8cb..58da4e7f971af2e0389791c971ae241a249523e9 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/EnumClass.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/EnumClass.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/EnumTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/EnumTest.php
index e17c3f55363239850c23b83bae7986bff8426a92..e2b39c2a81bbc7117cd42091a23f69de780e5ead 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/EnumTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/EnumTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/File.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/File.php
index b3beca350929840542fd61e3da3a06ca0d6c3ede..93daa2ab473661715e3ae284622e53b61d1f3881 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/File.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/File.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php
index 32727c2e5b2360359b1849681d57ddeadaafc419..f4cdf39c73ac2cd1fbd5423cb40e301b22869c85 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Foo.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Foo.php
index 3bedf0eb27225e14a9acb44f929dd5397463fdf6..0059e0e16fa59a67227536d14e132c361bf221e9 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Foo.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Foo.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/FormatTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/FormatTest.php
index f4917a8d20e1dfd5a4d824a66a314847798f01ce..becd4c9c348c19b16c2ca26237f1b6e60577b250 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/FormatTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/FormatTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php
index 6819188e2b3cec581a34ea617da7db56b0d8f2cb..47be7d7d5f3522e9c0be3e4ec163291011478df6 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/HealthCheckResult.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/HealthCheckResult.php
index 35bd173c9aecf5951ce98e9647f8af642f0328d4..2a5388102e29e2c65d87e9adfbbb3ad8495f3ca4 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/HealthCheckResult.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/HealthCheckResult.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject.php
index 5e19fda96d2a140c62756ce377b271321d149133..7cdaeae81b856e7a8a7d58ab5c187387d84824a2 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject1.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject1.php
index 4199fdb0b58a18fd9b3870b5e70f20673db3312b..60a7393e0eaa421db0478c070e578f6a9682b591 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject1.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject1.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject2.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject2.php
index 9a2591aad38fc0cc55d16577be3856a0869951a8..08005ef8ebcd5d2d36d8d7b5f4491498ab32151f 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject2.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject2.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject3.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject3.php
index 7f54b55cd19fd468682ef43224ab7a6c59d435f7..7e5a8aa3c985f566b33cb561db5c2a4463a977c7 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject3.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject3.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject4.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject4.php
index 414cf041ea849f48bd74495156bcda8ecd853715..8b25e314c5bd0ebb20a1ef4fc672568525c05320 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject4.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject4.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject5.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject5.php
index ce928853bd7cef263a4b074837adc39a73b8ef52..36028392e0771964a6e81cf9e204a5b87068cb86 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject5.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineObject5.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineResponseDefault.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineResponseDefault.php
index 5c1c3f0a2b3f219a462820d21e9ef209fd337015..79c16ddd913e31f3d2c9f4d6ce939f01f62c30ed 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineResponseDefault.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/InlineResponseDefault.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/MapTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/MapTest.php
index 6e74fd5d08f908940555860711b325fe87775fb6..15c6a5a4ab1405bda7ffa022530cf4d939c57db4 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/MapTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/MapTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php
index 63abf3483863f956df4bf77858c0d6302f425871..82e5f8a9aaa6376c860fc7ed3362a42575c8e47d 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Model200Response.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Model200Response.php
index 2d0e29f4fce1f7f396b40524a75576fe7b80e0f7..6658ea604fd22bc20753aaaf67d68cbe43948182 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Model200Response.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Model200Response.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ModelInterface.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ModelInterface.php
index 1a504c191296ccedfda1ed4c5089a5f13e8b3d5e..2c6d3692131007e4b290b80220582e3d18d8f3b5 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ModelInterface.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ModelInterface.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ModelList.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ModelList.php
index 92e547081e6094c76e68cf889cfaeafa1b5a5ef5..59a0a99bc24810d1a966a1d08d3b6bd80bbfbcfc 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ModelList.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ModelList.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ModelReturn.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ModelReturn.php
index efc56068e765ea49ff011dc081f1fab8c4574c38..ee436e7e3b16a2036d984681d6d5d5465b6719fe 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ModelReturn.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ModelReturn.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Name.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Name.php
index 0d8f1e492683f8e2985ad935cc662f50ffe5fe67..16fc359db6eb082ec8fc21f78e010ed74b9a0a8a 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Name.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Name.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/NullableClass.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/NullableClass.php
index 7a0bdfd416cb64b18e4251c1fdf9a13ea2bf946c..589d6440bcab134429fd904419c5a7942313a6a7 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/NullableClass.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/NullableClass.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/NumberOnly.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/NumberOnly.php
index a1f7e8f221cc6fd7284d77ec2ce122838d2211f5..cce870a57885142930524cc3d268e751073c48c0 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/NumberOnly.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/NumberOnly.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Order.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Order.php
index e7144442b1677b3fd6c26c0defb657888a045560..8f4f32188030f0b30731af20836fd6163096f825 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Order.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Order.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterComposite.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterComposite.php
index e962bbbf0de9d8db9b5927bad45a51469a16194c..db508f77b17c5fe062c8370a05cc414e8ab42495 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterComposite.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterComposite.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnum.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnum.php
index cd54b2d0bc67d6385ab6a11249591f5b050b6b81..f881a8fc60515fe2e70855845bb9f258134d1e0f 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnum.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnum.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumDefaultValue.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumDefaultValue.php
index 267b840ef1c0b212f6de200b9036289c47b76ee9..b394bdfb73a7263c0f3d5b4b0657282fb829dc8b 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumDefaultValue.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumDefaultValue.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumInteger.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumInteger.php
index ff929afbb8f69219537230bb4cc166f0e6110f04..f21fed9066fe41f8c838ae8fc996c35bbdd7c64b 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumInteger.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumInteger.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumIntegerDefaultValue.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumIntegerDefaultValue.php
index 3792b8c9b6988e457dc6594adebdfe94aa6e4dd4..edb8aa29e8cb92eb821d38424189b4e8dae69ea4 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumIntegerDefaultValue.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/OuterEnumIntegerDefaultValue.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Pet.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Pet.php
index c5c1bb24a81ee0c0cc093f359259ca1963ca314f..0c101856606516c7e8b4792d3d97b9aea3e6ee6b 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Pet.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Pet.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php
index e96668180ac6ea177b4ed4d64bf8ee5880bd2535..e9fc50c7d2d5cb0865c54a0ea5705ffa4506b815 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/SpecialModelName.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/SpecialModelName.php
index 7a17313420802af8ec663ae68ce6bed553dfb8ae..9920527ec665c2298742dff747f238d05c21ade9 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/SpecialModelName.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/SpecialModelName.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Tag.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Tag.php
index 498a310c34712752b6743e379a83bb28eeac5f0c..b27e0c1558125652889dc93e1714cf47a16a9017 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Tag.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/Tag.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/User.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/User.php
index 5df1aad964d0b9ce3aabcff0d81ae877f76f2254..b65d1ae7fee8c0b39fdbf6630a240cb47cfa5f00 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/User.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/Model/User.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/ObjectSerializer.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/ObjectSerializer.php
index 3676e2636e0c0f4659eeb834ea57d16416d7e592..8d28757f9c045b01780bbdbd011749a1e62a4e0a 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/ObjectSerializer.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/lib/ObjectSerializer.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/AnotherFakeApiTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/AnotherFakeApiTest.php
index 848339229361c863dad882affe012f6da25eed32..1ba413e384fa087c55f47321c522be25a2fa14b6 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/AnotherFakeApiTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/AnotherFakeApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/DefaultApiTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/DefaultApiTest.php
index 20e22df1d3523429a7c918902a8b3df4d3e17fb7..e4caee2215c27c71ea0c1ecbb1539e03e4261154 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/DefaultApiTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/DefaultApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/FakeApiTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/FakeApiTest.php
index 15df6dc2007a0310c168ade34fbe1d0cb1871c8a..0c94edb6a5012c52021acf3212a3da586d1be0e3 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/FakeApiTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/FakeApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/FakeClassnameTags123ApiTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/FakeClassnameTags123ApiTest.php
index ba800c495de343190a47274acb36f0fdfaabe7b8..b40482303acf3e1d29a2d3748c9d800e2e34b022 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/FakeClassnameTags123ApiTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/FakeClassnameTags123ApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/PetApiTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/PetApiTest.php
index 6b0c061bc1d24f287c5906ab9f17cc1354063789..890b5bcf8a037b1dcd75aa156739e5ea4f9f2d18 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/PetApiTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/PetApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/StoreApiTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/StoreApiTest.php
index 5ae497b98b019e54b464c91137577006624b2800..2d37b1b8ad78d9bb77d4ae363213e01b6776d76b 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/StoreApiTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/StoreApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/UserApiTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/UserApiTest.php
index fba3e82bbd25426dfc00150fa69aca9b5f2a1c7c..7926abd1a964991a36e39a49da049d26e457866c 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/UserApiTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Api/UserApiTest.php
@@ -17,7 +17,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesClassTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesClassTest.php
index 64730888ee39e54c3d989e92d588122363fe7b7e..347dd8f409e6c47e4b6e7eadbe1be74fca16da63 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesClassTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/AdditionalPropertiesClassTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/AnimalTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/AnimalTest.php
index 4fb968d35e12f57dfc6a07d1002aa52d08652b0f..d731c18fd1784c994611331ef600aa3c9e78c425 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/AnimalTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/AnimalTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ApiResponseTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ApiResponseTest.php
index ab454fb1ba41120b831f38f9918ff85a3ea0c8ad..a6ab4cdb00fba8bef0e412aa956b17d98a5cad15 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ApiResponseTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ApiResponseTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfArrayOfNumberOnlyTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfArrayOfNumberOnlyTest.php
index 8e2134f0d212d778b9baab0583781f7e56878f93..22573d791021446179de34203257bfb3d2378c25 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfArrayOfNumberOnlyTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfArrayOfNumberOnlyTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfNumberOnlyTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfNumberOnlyTest.php
index 53e026f31047d491dc5106359a24b1197de78c1d..992c70d13438016beaef9497c2749a255d546464 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfNumberOnlyTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ArrayOfNumberOnlyTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ArrayTestTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ArrayTestTest.php
index 2e1eebb8ecbb0be202952166177edff12808a0c8..3cf7a71753c741d376c39bb405efe8533817beb5 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ArrayTestTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ArrayTestTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CapitalizationTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CapitalizationTest.php
index a6696fff64dfb36746a640d4696ac12c425c02e8..e75ef72ca86e2ce7ae304343b9e91c501f6c8274 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CapitalizationTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CapitalizationTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CatAllOfTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CatAllOfTest.php
index 4b1e25550d9871b1a0f2928ee61177be3cd15c37..6f2a76f5d9539d95093c4bb5f36e654a250332bd 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CatAllOfTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CatAllOfTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CatTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CatTest.php
index 263397a273608a3c23edd9a54a4118f6c9e66ab6..aaa650964dbbd4e8f222afdeab77891ad6cac011 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CatTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CatTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CategoryTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CategoryTest.php
index d150c2b2e2d6b4438612b980b842f98404216e90..6d4b92bf57504233fd7a26bc1ea5c022aeaeb2db 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CategoryTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/CategoryTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ClassModelTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ClassModelTest.php
index 8893da4cb2ff6423077d22d5d87823908dbfd50f..d2ad0dd6c1be652af56db59c39ca6d4483797228 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ClassModelTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ClassModelTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ClientTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ClientTest.php
index da98e08ae4b104e0490312aa6f9fd6fd8337b2e7..a6a869d98b785385e6335667171d3c438e514b4a 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ClientTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ClientTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/DogAllOfTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/DogAllOfTest.php
index 083997baaf92d74971a5f49d1b91c70a832ee913..5b70d101b215b797bd2f81cf802f013286cedcfd 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/DogAllOfTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/DogAllOfTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/DogTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/DogTest.php
index 91b6fb3be1f3882e88ccec20e5fb363bf6494107..f986ade177ecf55a46f4f1018cb441b5706054dd 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/DogTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/DogTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/EnumArraysTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/EnumArraysTest.php
index d92ec009629289b4c7ad6ceb8480580ce9d50fe0..842b3951b330e26c14c8264841e6e7f9784897f0 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/EnumArraysTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/EnumArraysTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/EnumClassTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/EnumClassTest.php
index 5f8f9d1a05520bba533a6c095d60fbaa46532d81..e5cc244d846334234d79137405bc0c080c1d9787 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/EnumClassTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/EnumClassTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/EnumTestTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/EnumTestTest.php
index 2a7f9b2220565d44d6bd665583e4de3016a7f099..b97a10c011143002b1239005aa9ceceda44b1bb2 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/EnumTestTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/EnumTestTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FileSchemaTestClassTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FileSchemaTestClassTest.php
index bd88a9c98270869097d363c8ee26599c7637edce..28b32887661da3ed62ada3b5baf9a1a3052fb697 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FileSchemaTestClassTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FileSchemaTestClassTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FileTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FileTest.php
index f897376c3e5de38834fa943e08da1c0f27c281be..0fe195d8b7f9155b68e65b7778c8b0ee90b49fa9 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FileTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FileTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FooTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FooTest.php
index 0fe782f6799ad1eb9811348a410c7986b5f6a1a5..0df41bdf1474f724e12c78770e1f01c8b2fbe8ab 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FooTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FooTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FormatTestTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FormatTestTest.php
index e50582422654e6b64369bc7fbfba5ccc87247be2..a6b56f6d311fa00ed6b06904bd32ae707b6685c0 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FormatTestTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/FormatTestTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/HasOnlyReadOnlyTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/HasOnlyReadOnlyTest.php
index 3397d0187f3c7f16fa9f23707de3b8bf56732ec0..a05beee6d004ea15062fa9929640b89cc356818c 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/HasOnlyReadOnlyTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/HasOnlyReadOnlyTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/HealthCheckResultTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/HealthCheckResultTest.php
index e04b6e46b046d4dc5a24b40ac220fba21f217385..a5e1de40e0071c8e60a6483c79a07b82fba02c79 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/HealthCheckResultTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/HealthCheckResultTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject1Test.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject1Test.php
index 820c776f4b0712fdcb1fa5d98a7c068745edd6fe..4f12703155a58fe4aa331681af30793b5270f8d2 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject1Test.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject1Test.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject2Test.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject2Test.php
index 4bdc419489aa484d9b29ff71cc901ff1963a2de2..089bc798005c8d34cf3665f59897bd0b61b1de22 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject2Test.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject2Test.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject3Test.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject3Test.php
index 875bb302b44caab253dddcebb54221b88f1d1dbf..02b57f5936f66475be6a0d87b63c527ac761c5d1 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject3Test.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject3Test.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject4Test.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject4Test.php
index 4f20d6864b5aa16acbb51b878e1a09f7e4faaa57..7fc068d03c1abd15e8957b6155b3fa4006214378 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject4Test.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject4Test.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject5Test.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject5Test.php
index 30104b20ffe9a5bfbfe2de0b7bfc4b5bd5489d21..6b4b32235a82a37ba8fd11d391ad2fcebd173279 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject5Test.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObject5Test.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObjectTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObjectTest.php
index c3f53ae01103005bb0d830c4cad51a0ae783e739..0cb6605964c82edc85226e749e90d403a8e074ff 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObjectTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineObjectTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineResponseDefaultTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineResponseDefaultTest.php
index c6dd01f5fa1c901bed19544d00ce86ca8dcd5c82..5deea9d2711f421e1594da57d5e4cf38800ac84d 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineResponseDefaultTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/InlineResponseDefaultTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/MapTestTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/MapTestTest.php
index 952fbc2e8a7cb9ed2f79e6197ab40e78f05b2041..d9bb4ce88c3b5c986ea50f06e56401c9a950725f 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/MapTestTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/MapTestTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/MixedPropertiesAndAdditionalPropertiesClassTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/MixedPropertiesAndAdditionalPropertiesClassTest.php
index 68fd12f085a2595129ac712f5247ac5d031c78ea..107961f66e8d473d730c1f3e2804554a89f21e75 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/MixedPropertiesAndAdditionalPropertiesClassTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/MixedPropertiesAndAdditionalPropertiesClassTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/Model200ResponseTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/Model200ResponseTest.php
index e5763d29c91a04a69a4739f6fbfed00d2e7797db..9ed1c625264f720a8e4ec8d83a2720b91257dd07 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/Model200ResponseTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/Model200ResponseTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ModelListTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ModelListTest.php
index 6f996694b2348e826adcd13dfe782345b647dfac..3bb89fd0364a4433a1dcc5e5e28e3bfea34585f4 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ModelListTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ModelListTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ModelReturnTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ModelReturnTest.php
index 08ee231aa2300a476358e131cf28c0f768b82ce0..cd319fcbec6d8a7158e2f7f3e6715ea3cf988e81 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ModelReturnTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ModelReturnTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/NameTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/NameTest.php
index b9a94c1c374ebcce3f36b77b08cdea50f685f50e..1309eb45a432301850a4fe8b5b2c5eb8f9170ad9 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/NameTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/NameTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/NullableClassTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/NullableClassTest.php
index 41e4681a8a7a0e0e0d9b3a56e025be62605c8e59..c5c505b241781cedecd81976fe2e4c58b0902ceb 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/NullableClassTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/NullableClassTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/NumberOnlyTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/NumberOnlyTest.php
index 7ab843c55bf083afe53ef9ff44b2daa4e1b1ed16..f32dc57450429e90fd56b61d9025f6c21fd58cfc 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/NumberOnlyTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/NumberOnlyTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OrderTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OrderTest.php
index a5883e354224c4652e52a308fc7f1c0aa3e6f8b6..a9bc3bb140d00e77e5e912ad675b3fd1d5df0f76 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OrderTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OrderTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterCompositeTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterCompositeTest.php
index 3ecdc346befd1dcf0203c882c4385be779eba8fc..740a71dd186b529cc448938802e74edb17ab2f76 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterCompositeTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterCompositeTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumDefaultValueTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumDefaultValueTest.php
index 8aa0e1616c2b35ea8141a1f5b159bd7b648b142a..5073648df4328b7bb9297e59c60708c9304cb087 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumDefaultValueTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumDefaultValueTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumIntegerDefaultValueTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumIntegerDefaultValueTest.php
index 161195f6140abbdf476f590bcd9002970c4d44d4..ece39cdb5907b585ea8ca02d591b52a71649e7fe 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumIntegerDefaultValueTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumIntegerDefaultValueTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumIntegerTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumIntegerTest.php
index 2f43ddbd29e97e3222ef0741b12f42072a2da5fa..55be3ceabb63ef592ea4d52c8e5e795a686fc1f8 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumIntegerTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumIntegerTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumTest.php
index c7a868ee83c261d264ef4c36fab0868a03b8fce2..b0f84aba63025ad6fbfed1dc171b7d9de0121cee 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/OuterEnumTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/PetTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/PetTest.php
index f81d567dd08b71ef2189a6628ed223421f995335..2e3a2c57d1c4e043389964aa73fdee7919d03497 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/PetTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/PetTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ReadOnlyFirstTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ReadOnlyFirstTest.php
index e58411fab2c257608ad4258f28f166f08229a9e2..d0b40386df7ed1dc9460924169b873c287c549c2 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ReadOnlyFirstTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/ReadOnlyFirstTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/SpecialModelNameTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/SpecialModelNameTest.php
index a22097015ff704979b374a03fbd81c327abea82d..09999b36c333f4094dc04d2ef6a08fb00ee77e83 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/SpecialModelNameTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/SpecialModelNameTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/TagTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/TagTest.php
index 4fe75d062fa0bad9692d570224337998a2558859..4b373f829996b5ee505035ef0872f8fffa49f64b 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/TagTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/TagTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/UserTest.php b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/UserTest.php
index a6db7c0800c20df4cf34b81223c8aa552a9f2bb9..23d34a54277fb82983a6b00ca2ba6da18135e595 100644
--- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/UserTest.php
+++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/test/Model/UserTest.php
@@ -18,7 +18,7 @@
  * The version of the OpenAPI document: 1.0.0
  * 
  * Generated by: https://openapi-generator.tech
- * OpenAPI Generator version: 4.1.2-SNAPSHOT
+ * OpenAPI Generator version: 4.1.2
  */
 
 /**
diff --git a/samples/openapi3/client/petstore/python/.openapi-generator/VERSION b/samples/openapi3/client/petstore/python/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/openapi3/client/petstore/python/.openapi-generator/VERSION
+++ b/samples/openapi3/client/petstore/python/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/openapi3/client/petstore/ruby-faraday/.openapi-generator/VERSION b/samples/openapi3/client/petstore/ruby-faraday/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/.openapi-generator/VERSION
+++ b/samples/openapi3/client/petstore/ruby-faraday/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore.rb
index 1850abe419c8726b47fcddc4af1781c49a97fb31..0a7acd078c06e46073fcb3288af7a2a5af9eff98 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/another_fake_api.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/another_fake_api.rb
index 168742c25b80c166a05e1584e30f0e687371407b..f94846b55605154e827175124dbea104ad57d490 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/another_fake_api.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/another_fake_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/default_api.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/default_api.rb
index cc1c49f1dca103d44aa15e8d18359cb86cedd8ae..b956ab294b272b5b901cbb7069b0891df9498468 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/default_api.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/default_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/fake_api.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/fake_api.rb
index 9074823dd1053906d0292274c3e61adc432f2c51..b256009b17fd0a919695bda8f3c38e94542f346d 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/fake_api.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/fake_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/fake_classname_tags123_api.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/fake_classname_tags123_api.rb
index 251376df8bc8d28346726549a0aacbe81d35f60c..9383e6ddb9680064dbb24305627d575bbaea2546 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/fake_classname_tags123_api.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/fake_classname_tags123_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/pet_api.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/pet_api.rb
index 01bd557f9e2f875ee153dc7d00b3f948118b1553..5f9435c4419af0ece782600349a143b0924dfe36 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/pet_api.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/pet_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/store_api.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/store_api.rb
index 0089707cdfe4f8240992993d1b764e528934bdd7..f4701e0f0bdbba17bf5742668eef48601b78d8a9 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/store_api.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/store_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/user_api.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/user_api.rb
index 312b269d1f60a222aa94d64b48d0851805ebe5e9..9b720ffe94792c976ee7f3a1e7c514dc5243ff14 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/user_api.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api/user_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api_client.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api_client.rb
index ce1a5e3a2d2c196961abbd912829fa99aa00b68f..e64e34f1b296d0c607cd48d475392a1fa72bfd38 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api_client.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api_client.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api_error.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api_error.rb
index 63be2194d5efffca0e8d4282201435026b886648..a55d26441ee9a128b72b33519b475788ab06f05b 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api_error.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/api_error.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/configuration.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/configuration.rb
index 803e9ef82700cfcf4dca2ab41236e6c08969c490..eb75d7e16bcbd7b01783d8fc0cfcfb7028f50af3 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/configuration.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/configuration.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/additional_properties_class.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/additional_properties_class.rb
index 643e8c318a1fb0865f0ca381c56823445c8e125f..71cf25ecd9cc61555a3566f3ffd31e320c1ba584 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/additional_properties_class.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/additional_properties_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/animal.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/animal.rb
index 09198287d8cf1657e2ab045f621dbb4999ca3a38..135929fea9508c86739d38b130849d9a126740d7 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/animal.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/animal.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/api_response.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/api_response.rb
index f197affe2ed00a5479ebd49adcb066c72501c36f..1a09c542c954d88a858af98abc86abfd1b461909 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/api_response.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/api_response.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/array_of_array_of_number_only.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/array_of_array_of_number_only.rb
index 9bab50aeb8960caf3e5b070c3e283ebd16c166ed..33a2a2100ef8a37600f12b19de7fc153686b1067 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/array_of_array_of_number_only.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/array_of_array_of_number_only.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/array_of_number_only.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/array_of_number_only.rb
index 0088807aac70dc9f2072e354c996e1ce39fd6a3e..3db19c289648f22e2d555a4c90adfe3617c3a792 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/array_of_number_only.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/array_of_number_only.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/array_test.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/array_test.rb
index c32c15098a4e47fa1d65e1bcf87865135b03e51c..d9c2795044b848a43c3ed4d71af995357943df0f 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/array_test.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/array_test.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/capitalization.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/capitalization.rb
index a611a621e420956dabf9b2ee88fae5efb48ee555..1ede7c02ce565f92446f09e12bf5eecc0698cfb8 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/capitalization.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/capitalization.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/cat.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/cat.rb
index a4c6cb7285f8f6ee8bbbdbc547531d22ad212359..4cf2480958bb3f002faa2a4903192458e3f8f7c2 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/cat.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/cat.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/cat_all_of.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/cat_all_of.rb
index 0f23d7a86e395e163f5d9f9890a9adfad7dddaba..aade8ae20b37c62bdc50562d77249fc01306f179 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/cat_all_of.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/cat_all_of.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/category.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/category.rb
index aa5cb0ee41311b8fdcd162a0ce0eea9386ce39aa..e3602ced34a6eecee594a34deb6bd2b6101b6b30 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/category.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/category.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/class_model.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/class_model.rb
index d5769c1e5d520ee0f607498657633e72f09348e9..3abb304d27ae22af82e3155754063b666d192cf0 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/class_model.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/class_model.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/client.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/client.rb
index 3700ebd201a8e7861028eab983cde83a95a689ad..c8d08d222d60aa9a7a797f9e83d84b34104bc0e5 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/client.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/client.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/dog.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/dog.rb
index 203f327296f17a9b4079afacfc8cbd3148b4aaff..4d38e325d278b6702a158d72906a75c128a5bdc5 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/dog.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/dog.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/dog_all_of.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/dog_all_of.rb
index 32e4733604aee7e89a4e300f7223e3fc6cca0139..59e73d7397649a59baa1949b0e669f01803f849e 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/dog_all_of.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/dog_all_of.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/enum_arrays.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/enum_arrays.rb
index ca2938261e06b2412ddc7160962e53eadfc88b2c..dd9761fcf03bcb0b66daf484ae3b3e51778dee12 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/enum_arrays.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/enum_arrays.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/enum_class.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/enum_class.rb
index 587c3580d268a1b004f3f34c43111ac768d80a5c..e6609625dfe7582f05ef2818c72a4491ed538a4b 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/enum_class.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/enum_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/enum_test.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/enum_test.rb
index 446d0902c9895344c9791b9abce5243f494a4940..432d480e8693deadb23470451559a65c5e78ba0d 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/enum_test.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/enum_test.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/file.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/file.rb
index a391e7977e73bb6771eb832335896b5961db72a5..9f6c50ddee33ca7976dc6a20da5982c91a387927 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/file.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/file.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/file_schema_test_class.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/file_schema_test_class.rb
index c16a36ca3dc1e01176db97ccc57e8bc2b0d969a1..11fa846108455164019f8d0d62f8a1eb6a9e264f 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/file_schema_test_class.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/file_schema_test_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/foo.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/foo.rb
index 3700de717487e54006b643a9f246876c8a514896..ca73e55a3cb28e804edc59ed0db8cfd9169bac6d 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/foo.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/foo.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/format_test.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/format_test.rb
index 42c348e0542ade9ba045a745834865f79c667c50..353446bee42032d39b43c4dc4117528df546dba3 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/format_test.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/format_test.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/has_only_read_only.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/has_only_read_only.rb
index 2bc9d87cf2ff11459f66cb8e158f60a8c8479579..e58919504d935c29876c193e32009420852b9913 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/has_only_read_only.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/has_only_read_only.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/health_check_result.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/health_check_result.rb
index 43e7c402d12d7e2ecbf1e4977f7fef5eca32298c..ab4d5755eb0efe207e6e4393e947fae4cade6480 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/health_check_result.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/health_check_result.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object.rb
index db6749c5c89edc1a85c319b470a916f4df79bb6e..d0fce73b6bb822fd33d4c1703bd3eb9129b6b9af 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object1.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object1.rb
index d894f2a461e9cc936f5c63bf9f66919719f3dd57..549e8cd2fe3f3540a44b3ce37421503b31794e4b 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object1.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object1.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object2.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object2.rb
index 1b3b250d37f40a3895e8413a0f8ff4aedce5543e..c197d7fa18100c1bc3ae1b2a7bb1037f16d1054e 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object2.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object2.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object3.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object3.rb
index 58b5902503a0284ac540aea905e2798fb37e1898..dec22ee1eed173ae0100c107299f7445c22415e5 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object3.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object3.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object4.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object4.rb
index 975e3b9528dc6719a2061a088dc0913ede4ea12f..f4a359617fc6b07672ef628c29b2d1f3ab0d16e4 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object4.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object4.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object5.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object5.rb
index 77cc0b48df4d68791e0e91d0a988b90c2d0e6b20..e5511f79a61225dd559d9042b4c6ede9217e4a91 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object5.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_object5.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_response_default.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_response_default.rb
index 04792fa19cf5600db0c07d7c8b55a2a15f0ebe64..af472eca87a7da7ebfcda3ef05a6d8e9db11b0e1 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_response_default.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/inline_response_default.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/list.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/list.rb
index ac909e099053f03fa13c43d3f3035e3ef125ea77..60e03f92df1d2e36162063badcc5be9b369363aa 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/list.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/list.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/map_test.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/map_test.rb
index bce2512a9fec611a225d59d0b15bc015ccb9f666..dde643cbfefea082f7449ba5225c37b2379da03e 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/map_test.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/map_test.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/mixed_properties_and_additional_properties_class.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
index 4d9151e25c6a470d4fb0293b6dbad8cfc7b6d107..76507d8be9c20352f790cb52541553b9bfd09c56 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/model200_response.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/model200_response.rb
index 9ed17b1abdd253e5efceee0d4a7625cfd680c3fa..8fb36c8b70fa3d1d17b7349295308e725c08da37 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/model200_response.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/model200_response.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/model_return.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/model_return.rb
index 90f0a04cace289f57a5a5aede4cbc93505d4ed9c..042f4061beb904752732093572ebcfb57d9a1c6a 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/model_return.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/model_return.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/name.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/name.rb
index dabfce97268f4836775dd5c66882f1e3cc512623..19e75b87c0adcf7c494419a3ba518a8bffc348ad 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/name.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/name.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/nullable_class.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/nullable_class.rb
index 69b0549db559f3f30aca01c3d56fdaaeeb4aef01..a50f0f1b1ff8cf208481ace0cb89e3764847a9b5 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/nullable_class.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/nullable_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/number_only.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/number_only.rb
index a9cde4bde45a9dc18c44ba3322ee36073a37bb33..4d57b2fa3465052e2b7ee8e7dce5dc19e2f4b515 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/number_only.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/number_only.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/order.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/order.rb
index 9c8f7fa12545d177cf6cb9c7b190c7ed14f45281..e1383ff7e0f7f9241725ac1d19ddb5552e9352d2 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/order.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/order.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_composite.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_composite.rb
index 4bbdd15ff0bc85e31b28af02a2797d88da1df4ab..2202d1d95ea749b63d30131936b4f77a739ca732 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_composite.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_composite.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum.rb
index db1bc12c08895f5be7dfea79d49d55091c906731..096965224172bfa0a33120bdbace4b2d1d890679 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_default_value.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_default_value.rb
index b4594ac56ab04bad27acc302da2fbd5385d349e1..aa94aab067ee25357c1426cc9cd20dd0b0cc38c5 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_default_value.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_default_value.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_integer.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_integer.rb
index d2f6c59bdf5b309cbf82e43fe4f44282b2eef629..a8ede8aef8f300076f6169056eca30a3e1ba6d87 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_integer.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_integer.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_integer_default_value.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_integer_default_value.rb
index 91b155341e613c459c04381cf7ad2cda4db0f38d..496271ff93099c720862f2f0e6efac90e9fdb5f0 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_integer_default_value.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/outer_enum_integer_default_value.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/pet.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/pet.rb
index 82ed336bfcae09acd8feb89935c3eb6e999f0374..e5c0929925441496250ee6fac3350a2becf8bb4a 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/pet.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/pet.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/read_only_first.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/read_only_first.rb
index 1127ddbef66f020186f2b8abcc143a41f8dd0857..1dd5484dff3dce547b8217fbe1d28fdf160f4111 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/read_only_first.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/read_only_first.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/special_model_name.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/special_model_name.rb
index 38b69daf5a844a6aba4724995d48b4fb6b8d3a9e..dd4152162c3319ad74b815c1630a0c7aed335d46 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/special_model_name.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/special_model_name.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/tag.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/tag.rb
index 803e19e92253facfb3759141fd190c8aa8d1f9dc..d15e5d797c02fa514a819c4d2d08017b2585aa89 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/tag.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/tag.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/user.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/user.rb
index 3354b14b3122d3bab51ba72c2b58f5ab7004583d..93bb00381574bf4a86b8d0b8187be859e818d282 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/user.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/models/user.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/version.rb b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/version.rb
index aa12c08e15cf396fe8f470b59043caf4a6229552..e1efd71164f7a0087564eff3ac657cad5df030de 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/version.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/lib/petstore/version.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/petstore.gemspec b/samples/openapi3/client/petstore/ruby-faraday/petstore.gemspec
index 94c4bb7747549d7f372bb1a189712f249483afc3..f5cdf3c2837f7277cb5a0ff694bef5194fae5a0f 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/petstore.gemspec
+++ b/samples/openapi3/client/petstore/ruby-faraday/petstore.gemspec
@@ -8,7 +8,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/api/another_fake_api_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/api/another_fake_api_spec.rb
index 4fa984ddc8f8d5a8d66821e5ce17b63b9cce5b94..5ee4dda1befef0dab95c6203411949cf597ad9e8 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/api/another_fake_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/api/another_fake_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/api/default_api_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/api/default_api_spec.rb
index 4fa5d6283d418c6f9fbd7c5927c687454888386f..2b3c694a8a507e5cd840b92aea97b7a4f7ad9dd7 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/api/default_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/api/default_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/api/fake_api_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/api/fake_api_spec.rb
index 9a1b116e729e73f36ac8818bff72d7c90e9b7981..f4aa4be0d3a2cd55016a75d6af1f1101d6c89da2 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/api/fake_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/api/fake_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/api/fake_classname_tags123_api_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/api/fake_classname_tags123_api_spec.rb
index 73d57eb3809e2c751722e19e7d5c519a73900261..0e8164fa56d46eabc4b58d94711e2a12300a0231 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/api/fake_classname_tags123_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/api/fake_classname_tags123_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/api/pet_api_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/api/pet_api_spec.rb
index ef3425981164ccb3c555a16bba6c96c26fb79892..7c355763503e3bedfc1e996a64965ea529c20e73 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/api/pet_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/api/pet_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/api/store_api_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/api/store_api_spec.rb
index 4824f52e1d5db59767396d386b05e9322dd10348..a57c57650dc47760466e171eb70cc00c401d9ee2 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/api/store_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/api/store_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/api/user_api_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/api/user_api_spec.rb
index a134deaaec0afb824f7e72625e662edb15d60661..4fc6a305d7c1de72a51ca12b0fe3cfc92b7025ff 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/api/user_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/api/user_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/api_client_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/api_client_spec.rb
index 4e545cf10cc80ffb3697a830593587cbcd79f511..268ab0165fa15e962ac45dde1625f3cf68a54c1b 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/api_client_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/api_client_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/configuration_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/configuration_spec.rb
index d856c5162ff54e73d8ca2db6a1e5fbf45eae2329..469148995631bc582a5a462671d29467e4e321a1 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/configuration_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/configuration_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/additional_properties_class_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/additional_properties_class_spec.rb
index c1087ed2a0b47d10a07874abeae1566124a2d5b7..2f5bd5e9bd56a219e5bce1fc53af40ab5730b1da 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/additional_properties_class_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/additional_properties_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/animal_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/animal_spec.rb
index 2759650920bd77c4dab2e7b48e95556d81c7f0c4..a2493b5c6655ac2effd18bf27585e9b1d5b66005 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/animal_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/animal_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/api_response_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/api_response_spec.rb
index c181df5f28c82c485904d5f30f0d8af40cfa1328..bff4a19b11e12ae7bae63e91ee2d3072e2cf1b42 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/api_response_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/api_response_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/array_of_array_of_number_only_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/array_of_array_of_number_only_spec.rb
index f367364f7fe136a12ef4d60beb322215530ab032..5eb56c753c447029768acb6c42725dace9e1b124 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/array_of_array_of_number_only_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/array_of_array_of_number_only_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/array_of_number_only_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/array_of_number_only_spec.rb
index 9982994df4f38905b6b7cc6b9d79f69e437bd8fe..afd6cfde12fe34d9982c8f29afa0f8ddf183a985 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/array_of_number_only_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/array_of_number_only_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/array_test_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/array_test_spec.rb
index b10258696325bd120db4be3fde7392d8d539186b..f668e07d6ba554d6ef9a86c68f6da54bcf9168d5 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/array_test_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/array_test_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/capitalization_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/capitalization_spec.rb
index 1da50f32363c705e746b376e15682199af92963b..edb17a911935f5ef2cfe0d6458e1d3aeac32590c 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/capitalization_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/capitalization_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/cat_all_of_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/cat_all_of_spec.rb
index 91df841457e2ee6840866378c4b7a0efc70d74d5..55bbc8c19bc7325634a17a8f10e88874aeb9b508 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/cat_all_of_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/cat_all_of_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/cat_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/cat_spec.rb
index 4d713b60d9eb67795130074121cf15059ced8e3d..34d5c46eed7311b1de34859cfe09c9e34c176861 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/cat_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/cat_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/category_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/category_spec.rb
index 7d94acc2911a05259f7df6ec48382ac6bee15449..244afb037dd77ee8db3f1399f8c43cc24dad52ca 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/category_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/category_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/class_model_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/class_model_spec.rb
index dafe34ded75e26f430ebe60b836068d35f03ded1..c89a49575042bdd85db72e1962676ec80e5eca01 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/class_model_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/class_model_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/client_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/client_spec.rb
index e96908bf749ed34cdada023bfd5164878c5131b6..e25eea31c6fa67cf7e94d25ecd7cf42674f8ecb2 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/client_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/client_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/dog_all_of_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/dog_all_of_spec.rb
index 2211bf028bae51a8a375004f374f6c928cf827aa..7d65770b11988fc81f623c637c528e98750714f6 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/dog_all_of_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/dog_all_of_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/dog_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/dog_spec.rb
index 7402cf2b97f3755e50d37bf4ea93caf2cf749fb1..5896a5c207b8a3c3f9b50131a6c5e806c2ed6dac 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/dog_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/dog_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/enum_arrays_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/enum_arrays_spec.rb
index a10899ac99421185aa0735ccf554ed4253fcc19e..cb63e6992f5fa46fc04e5de29f699e47066314df 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/enum_arrays_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/enum_arrays_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/enum_class_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/enum_class_spec.rb
index 571ba283d7db44c8a30ac52e78c7af38b3b170f1..ad20ccfb98e0bc86d54c79d79786376d01668c7a 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/enum_class_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/enum_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/enum_test_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/enum_test_spec.rb
index b91765fee04fe66066c15ff842c55c6bcd26d1dd..fc66d5d522e30eccd58279a5446483cc6af9598b 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/enum_test_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/enum_test_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/file_schema_test_class_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/file_schema_test_class_spec.rb
index 4533d857f8400359c224ab98ffc987791e8b868f..e6ac8c6d34e6d6cb2e1866af867667ffaa541661 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/file_schema_test_class_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/file_schema_test_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/file_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/file_spec.rb
index 2a85e7723c9217e0c22736b3211e596c1722e949..aa978fca0fb38c5ce6791044092e66e17719cb63 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/file_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/file_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/foo_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/foo_spec.rb
index 3c6c923335efbdc9569e2c21c68616bda71bce1b..215f9eb32fef7e8b918ee4919f092fed8e0e209b 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/foo_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/foo_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/format_test_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/format_test_spec.rb
index 393d2a59c08b755d01f2d4305246a44aa4b5b8cd..7344e6b430492706d8fc37c95c91160f8c91758d 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/format_test_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/format_test_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/has_only_read_only_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/has_only_read_only_spec.rb
index 72550e4c585676c0599343231b2eac81b1fe54d5..421b590a3aab5d71b946bd3a59a4ca8183a08ea1 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/has_only_read_only_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/has_only_read_only_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/health_check_result_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/health_check_result_spec.rb
index 402642d30910a03b8d76e6ac349a2e7c047f773f..b4d3bcb235b8ae0e3810e9c1e21080f73c0ccfd0 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/health_check_result_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/health_check_result_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object1_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object1_spec.rb
index 1f5ec032eabd9338bed16c072ec998288e68b229..984920a923823fa690d7e93ea5cb2efdfd7dde35 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object1_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object1_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object2_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object2_spec.rb
index 86584b58b489600c8babf39b9f6d6a11df9ccda1..ee331fd28960418f8d89af342da131fc3e661a46 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object2_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object2_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object3_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object3_spec.rb
index 919a89d5587e39c140bb5726e7957287c2b17c58..aec02a4a131c7af27ddb5b260e99f90208007d9f 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object3_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object3_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object4_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object4_spec.rb
index 93f2ce72045040d89b2e9f8d505e8b140fd37afe..4fccc015573e79fe1004930c1c85cfa0a0aeef8e 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object4_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object4_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object5_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object5_spec.rb
index d866db5a4ab97b1442f36c18ef95f1a87e98598b..7d17e3efa0edd06b73b15fccb261a5569f53cebc 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object5_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object5_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object_spec.rb
index 0f18f4a18f7626dbc267f660dddb5d6a9ea64e15..a787a8b702cc5fd6e124149ee4bd8a2cbbce5dc3 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_object_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_response_default_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_response_default_spec.rb
index 04027c6d7c1023bdeace48a1ea483acd93549a23..8321a9a9d99f3282598b6ac7a5fcf9a8bbdbbcef 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_response_default_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/inline_response_default_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/list_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/list_spec.rb
index 0858edb534eba7b43e14ba5fbb62a26d5124a1e0..8134fe0e90e79bc4cc0e5f141d9a325d663d6cd2 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/list_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/list_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/map_test_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/map_test_spec.rb
index 2607c45a2e35a5944deb0bd23ca2e610508f4be9..be71bf9917de35d2272b7c3a34d301327bc88d92 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/map_test_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/map_test_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/mixed_properties_and_additional_properties_class_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/mixed_properties_and_additional_properties_class_spec.rb
index 77edd5d1f08b259e698a58fe0dd07e3f1ddb3b31..c95c02c39d79501c73dffbaf4da4e44de4910aea 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/mixed_properties_and_additional_properties_class_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/mixed_properties_and_additional_properties_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/model200_response_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/model200_response_spec.rb
index a2af920e9560955451b97764e10d485ff84e674b..57c0e8968095677ece9bb35747acbb00a2f9a3a3 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/model200_response_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/model200_response_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/model_return_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/model_return_spec.rb
index a965a17b12938071cf53744e5c2716499cba5ab3..99e38f967962d99e9fa82729edf7c7272393bbb5 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/model_return_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/model_return_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/name_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/name_spec.rb
index 3e7cc14ad1d2cb746baede5a22c4a3aee6867280..186ae80fe7b53c5c350a5cf74cfcab677c5801ac 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/name_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/name_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/nullable_class_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/nullable_class_spec.rb
index e7f7e4ac96bbf184d024b5f40cf8d160505c409d..d08c795de4ebeb60cf2d9c28b931b937b760854e 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/nullable_class_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/nullable_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/number_only_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/number_only_spec.rb
index 43180260ae5683d1e668be3eb56084d665a1cd04..ee59459631ea5dc91f26125c1dcdbffad4608e00 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/number_only_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/number_only_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/order_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/order_spec.rb
index 0f82f713be3134b71bbaf2bf16533c6e0dd9712b..a7a25c00ec3df42dc28192c6cf1eb182b66bacc9 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/order_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/order_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_composite_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_composite_spec.rb
index ddd4466618bb753fc8cee1d2c40da86dbb375827..5d622fe6936b06eac0d880883fae39348be60791 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_composite_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_composite_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_default_value_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_default_value_spec.rb
index 0d127ef39c7d871ce856a01c6531725531ec1c58..7612c5097325c2a1fd1654631dc2ecf3eeef1e4a 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_default_value_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_default_value_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_integer_default_value_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_integer_default_value_spec.rb
index 8f065df11a15d68b63739fa76cc754c47220c48b..d50a86e9da87e304921573b943cd8cf019e78d13 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_integer_default_value_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_integer_default_value_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_integer_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_integer_spec.rb
index 3a7119b3ce94bcbdcb8c0fd94efdf1fe42829f4b..348c5a8eb935b9cda2c989c2eaa319cbd0dc8246 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_integer_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_integer_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_spec.rb
index 2c503fbb33ca5f35918c11b484520ed15c2c05e4..232dceb670337c6e137a14196d892ed56372cafd 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/outer_enum_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/pet_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/pet_spec.rb
index 1cff95927975e6db0b96a6a62d1c571f9bb9f278..89e2f5a4689b5f08a4fd6a6176cab8106833802e 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/pet_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/pet_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/read_only_first_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/read_only_first_spec.rb
index 72bba93d21ba30b7fe013e005f97f412f8ae8553..c14633abc875fb757cb11435e975b92133bf18b0 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/read_only_first_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/read_only_first_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/special_model_name_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/special_model_name_spec.rb
index 62aa8573aea0273a270534cb749cd10da3012b2c..bdeb03c54c31d3684b8f669494c66764310aea80 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/special_model_name_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/special_model_name_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/tag_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/tag_spec.rb
index 9f77bc5defd23fb71c59eb29ef0320b588d0de40..8a073adb4b3e68ed1f1628713214cfecdcff81f0 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/tag_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/tag_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/models/user_spec.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/models/user_spec.rb
index 1f1ae254a8d273b4db9fca35ce77df3f8b6dd6c0..de07911241481ed256d8724f4952e65ebb8354ae 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/models/user_spec.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/models/user_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby-faraday/spec/spec_helper.rb b/samples/openapi3/client/petstore/ruby-faraday/spec/spec_helper.rb
index fc8ef82d8c22edbd243acb802fa188578f0200fc..cfc165e059678fe0d5031a99e92c43609af50537 100644
--- a/samples/openapi3/client/petstore/ruby-faraday/spec/spec_helper.rb
+++ b/samples/openapi3/client/petstore/ruby-faraday/spec/spec_helper.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/.openapi-generator/VERSION b/samples/openapi3/client/petstore/ruby/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/openapi3/client/petstore/ruby/.openapi-generator/VERSION
+++ b/samples/openapi3/client/petstore/ruby/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore.rb b/samples/openapi3/client/petstore/ruby/lib/petstore.rb
index 1850abe419c8726b47fcddc4af1781c49a97fb31..0a7acd078c06e46073fcb3288af7a2a5af9eff98 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/api/another_fake_api.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/api/another_fake_api.rb
index 168742c25b80c166a05e1584e30f0e687371407b..f94846b55605154e827175124dbea104ad57d490 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/api/another_fake_api.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/api/another_fake_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/api/default_api.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/api/default_api.rb
index cc1c49f1dca103d44aa15e8d18359cb86cedd8ae..b956ab294b272b5b901cbb7069b0891df9498468 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/api/default_api.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/api/default_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/api/fake_api.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/api/fake_api.rb
index 9074823dd1053906d0292274c3e61adc432f2c51..b256009b17fd0a919695bda8f3c38e94542f346d 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/api/fake_api.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/api/fake_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb
index 251376df8bc8d28346726549a0aacbe81d35f60c..9383e6ddb9680064dbb24305627d575bbaea2546 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/api/pet_api.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/api/pet_api.rb
index b239bdf42a94ed1b03a4aa83abb889b736929e86..d861bb1f1ff06ee65c37193d3ff52cf7c067c336 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/api/pet_api.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/api/pet_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/api/store_api.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/api/store_api.rb
index bec606e154c72251e88a85e6788760114d9a86cc..47f0a13e61f54c978f21b595c6ba06b3ce2a4592 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/api/store_api.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/api/store_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/api/user_api.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/api/user_api.rb
index 08ddb8c51e66852e52a1a71b920e35f14ef5e188..82ccb37362ab3791e28d66202684d8dd2f411fe6 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/api/user_api.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/api/user_api.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/api_client.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/api_client.rb
index 0bac4e9279bb539f46a9b2da1c4acc9eda9f7aec..72f5a877fb32fab30cb990a501dd54545c4ef8d2 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/api_client.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/api_client.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/api_error.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/api_error.rb
index 63be2194d5efffca0e8d4282201435026b886648..a55d26441ee9a128b72b33519b475788ab06f05b 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/api_error.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/api_error.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/configuration.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/configuration.rb
index 9e588f51ca13553d73aa9ceb411af642ca8898ab..64b6981ee3ef60c2d59d3362df369c5299b3de77 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/configuration.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/configuration.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/additional_properties_class.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/additional_properties_class.rb
index 643e8c318a1fb0865f0ca381c56823445c8e125f..71cf25ecd9cc61555a3566f3ffd31e320c1ba584 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/additional_properties_class.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/additional_properties_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/animal.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/animal.rb
index 09198287d8cf1657e2ab045f621dbb4999ca3a38..135929fea9508c86739d38b130849d9a126740d7 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/animal.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/animal.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/api_response.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/api_response.rb
index f197affe2ed00a5479ebd49adcb066c72501c36f..1a09c542c954d88a858af98abc86abfd1b461909 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/api_response.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/api_response.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/array_of_array_of_number_only.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/array_of_array_of_number_only.rb
index 9bab50aeb8960caf3e5b070c3e283ebd16c166ed..33a2a2100ef8a37600f12b19de7fc153686b1067 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/array_of_array_of_number_only.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/array_of_array_of_number_only.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/array_of_number_only.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/array_of_number_only.rb
index 0088807aac70dc9f2072e354c996e1ce39fd6a3e..3db19c289648f22e2d555a4c90adfe3617c3a792 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/array_of_number_only.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/array_of_number_only.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/array_test.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/array_test.rb
index c32c15098a4e47fa1d65e1bcf87865135b03e51c..d9c2795044b848a43c3ed4d71af995357943df0f 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/array_test.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/array_test.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/capitalization.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/capitalization.rb
index a611a621e420956dabf9b2ee88fae5efb48ee555..1ede7c02ce565f92446f09e12bf5eecc0698cfb8 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/capitalization.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/capitalization.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/cat.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/cat.rb
index a4c6cb7285f8f6ee8bbbdbc547531d22ad212359..4cf2480958bb3f002faa2a4903192458e3f8f7c2 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/cat.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/cat.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/cat_all_of.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/cat_all_of.rb
index 0f23d7a86e395e163f5d9f9890a9adfad7dddaba..aade8ae20b37c62bdc50562d77249fc01306f179 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/cat_all_of.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/cat_all_of.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/category.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/category.rb
index aa5cb0ee41311b8fdcd162a0ce0eea9386ce39aa..e3602ced34a6eecee594a34deb6bd2b6101b6b30 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/category.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/category.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/class_model.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/class_model.rb
index d5769c1e5d520ee0f607498657633e72f09348e9..3abb304d27ae22af82e3155754063b666d192cf0 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/class_model.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/class_model.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/client.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/client.rb
index 3700ebd201a8e7861028eab983cde83a95a689ad..c8d08d222d60aa9a7a797f9e83d84b34104bc0e5 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/client.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/client.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/dog.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/dog.rb
index 203f327296f17a9b4079afacfc8cbd3148b4aaff..4d38e325d278b6702a158d72906a75c128a5bdc5 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/dog.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/dog.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/dog_all_of.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/dog_all_of.rb
index 32e4733604aee7e89a4e300f7223e3fc6cca0139..59e73d7397649a59baa1949b0e669f01803f849e 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/dog_all_of.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/dog_all_of.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/enum_arrays.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/enum_arrays.rb
index ca2938261e06b2412ddc7160962e53eadfc88b2c..dd9761fcf03bcb0b66daf484ae3b3e51778dee12 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/enum_arrays.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/enum_arrays.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/enum_class.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/enum_class.rb
index 587c3580d268a1b004f3f34c43111ac768d80a5c..e6609625dfe7582f05ef2818c72a4491ed538a4b 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/enum_class.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/enum_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/enum_test.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/enum_test.rb
index 446d0902c9895344c9791b9abce5243f494a4940..432d480e8693deadb23470451559a65c5e78ba0d 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/enum_test.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/enum_test.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/file.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/file.rb
index a391e7977e73bb6771eb832335896b5961db72a5..9f6c50ddee33ca7976dc6a20da5982c91a387927 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/file.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/file.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/file_schema_test_class.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/file_schema_test_class.rb
index c16a36ca3dc1e01176db97ccc57e8bc2b0d969a1..11fa846108455164019f8d0d62f8a1eb6a9e264f 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/file_schema_test_class.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/file_schema_test_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/foo.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/foo.rb
index 3700de717487e54006b643a9f246876c8a514896..ca73e55a3cb28e804edc59ed0db8cfd9169bac6d 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/foo.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/foo.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/format_test.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/format_test.rb
index 42c348e0542ade9ba045a745834865f79c667c50..353446bee42032d39b43c4dc4117528df546dba3 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/format_test.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/format_test.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/has_only_read_only.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/has_only_read_only.rb
index 2bc9d87cf2ff11459f66cb8e158f60a8c8479579..e58919504d935c29876c193e32009420852b9913 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/has_only_read_only.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/has_only_read_only.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/health_check_result.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/health_check_result.rb
index 43e7c402d12d7e2ecbf1e4977f7fef5eca32298c..ab4d5755eb0efe207e6e4393e947fae4cade6480 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/health_check_result.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/health_check_result.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object.rb
index db6749c5c89edc1a85c319b470a916f4df79bb6e..d0fce73b6bb822fd33d4c1703bd3eb9129b6b9af 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object1.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object1.rb
index d894f2a461e9cc936f5c63bf9f66919719f3dd57..549e8cd2fe3f3540a44b3ce37421503b31794e4b 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object1.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object1.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object2.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object2.rb
index 1b3b250d37f40a3895e8413a0f8ff4aedce5543e..c197d7fa18100c1bc3ae1b2a7bb1037f16d1054e 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object2.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object2.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object3.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object3.rb
index 58b5902503a0284ac540aea905e2798fb37e1898..dec22ee1eed173ae0100c107299f7445c22415e5 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object3.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object3.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object4.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object4.rb
index 975e3b9528dc6719a2061a088dc0913ede4ea12f..f4a359617fc6b07672ef628c29b2d1f3ab0d16e4 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object4.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object4.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object5.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object5.rb
index 77cc0b48df4d68791e0e91d0a988b90c2d0e6b20..e5511f79a61225dd559d9042b4c6ede9217e4a91 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object5.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_object5.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_response_default.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_response_default.rb
index 04792fa19cf5600db0c07d7c8b55a2a15f0ebe64..af472eca87a7da7ebfcda3ef05a6d8e9db11b0e1 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_response_default.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/inline_response_default.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/list.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/list.rb
index ac909e099053f03fa13c43d3f3035e3ef125ea77..60e03f92df1d2e36162063badcc5be9b369363aa 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/list.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/list.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/map_test.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/map_test.rb
index bce2512a9fec611a225d59d0b15bc015ccb9f666..dde643cbfefea082f7449ba5225c37b2379da03e 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/map_test.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/map_test.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/mixed_properties_and_additional_properties_class.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
index 4d9151e25c6a470d4fb0293b6dbad8cfc7b6d107..76507d8be9c20352f790cb52541553b9bfd09c56 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/mixed_properties_and_additional_properties_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/model200_response.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/model200_response.rb
index 9ed17b1abdd253e5efceee0d4a7625cfd680c3fa..8fb36c8b70fa3d1d17b7349295308e725c08da37 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/model200_response.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/model200_response.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/model_return.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/model_return.rb
index 90f0a04cace289f57a5a5aede4cbc93505d4ed9c..042f4061beb904752732093572ebcfb57d9a1c6a 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/model_return.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/model_return.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/name.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/name.rb
index dabfce97268f4836775dd5c66882f1e3cc512623..19e75b87c0adcf7c494419a3ba518a8bffc348ad 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/name.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/name.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/nullable_class.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/nullable_class.rb
index 69b0549db559f3f30aca01c3d56fdaaeeb4aef01..a50f0f1b1ff8cf208481ace0cb89e3764847a9b5 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/nullable_class.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/nullable_class.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/number_only.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/number_only.rb
index a9cde4bde45a9dc18c44ba3322ee36073a37bb33..4d57b2fa3465052e2b7ee8e7dce5dc19e2f4b515 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/number_only.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/number_only.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/order.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/order.rb
index 9c8f7fa12545d177cf6cb9c7b190c7ed14f45281..e1383ff7e0f7f9241725ac1d19ddb5552e9352d2 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/order.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/order.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_composite.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_composite.rb
index 4bbdd15ff0bc85e31b28af02a2797d88da1df4ab..2202d1d95ea749b63d30131936b4f77a739ca732 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_composite.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_composite.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum.rb
index db1bc12c08895f5be7dfea79d49d55091c906731..096965224172bfa0a33120bdbace4b2d1d890679 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum_default_value.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum_default_value.rb
index b4594ac56ab04bad27acc302da2fbd5385d349e1..aa94aab067ee25357c1426cc9cd20dd0b0cc38c5 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum_default_value.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum_default_value.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum_integer.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum_integer.rb
index d2f6c59bdf5b309cbf82e43fe4f44282b2eef629..a8ede8aef8f300076f6169056eca30a3e1ba6d87 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum_integer.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum_integer.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum_integer_default_value.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum_integer_default_value.rb
index 91b155341e613c459c04381cf7ad2cda4db0f38d..496271ff93099c720862f2f0e6efac90e9fdb5f0 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum_integer_default_value.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/outer_enum_integer_default_value.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/pet.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/pet.rb
index 82ed336bfcae09acd8feb89935c3eb6e999f0374..e5c0929925441496250ee6fac3350a2becf8bb4a 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/pet.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/pet.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/read_only_first.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/read_only_first.rb
index 1127ddbef66f020186f2b8abcc143a41f8dd0857..1dd5484dff3dce547b8217fbe1d28fdf160f4111 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/read_only_first.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/read_only_first.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/special_model_name.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/special_model_name.rb
index 38b69daf5a844a6aba4724995d48b4fb6b8d3a9e..dd4152162c3319ad74b815c1630a0c7aed335d46 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/special_model_name.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/special_model_name.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/tag.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/tag.rb
index 803e19e92253facfb3759141fd190c8aa8d1f9dc..d15e5d797c02fa514a819c4d2d08017b2585aa89 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/tag.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/tag.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/models/user.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/models/user.rb
index 3354b14b3122d3bab51ba72c2b58f5ab7004583d..93bb00381574bf4a86b8d0b8187be859e818d282 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/models/user.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/models/user.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/lib/petstore/version.rb b/samples/openapi3/client/petstore/ruby/lib/petstore/version.rb
index aa12c08e15cf396fe8f470b59043caf4a6229552..e1efd71164f7a0087564eff3ac657cad5df030de 100644
--- a/samples/openapi3/client/petstore/ruby/lib/petstore/version.rb
+++ b/samples/openapi3/client/petstore/ruby/lib/petstore/version.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/petstore.gemspec b/samples/openapi3/client/petstore/ruby/petstore.gemspec
index f09fada422d807dd06c4a89b04048e1de48e3235..244b48397f1fdab7a309534911eb7e6518145e82 100644
--- a/samples/openapi3/client/petstore/ruby/petstore.gemspec
+++ b/samples/openapi3/client/petstore/ruby/petstore.gemspec
@@ -8,7 +8,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/api/another_fake_api_spec.rb b/samples/openapi3/client/petstore/ruby/spec/api/another_fake_api_spec.rb
index 4fa984ddc8f8d5a8d66821e5ce17b63b9cce5b94..5ee4dda1befef0dab95c6203411949cf597ad9e8 100644
--- a/samples/openapi3/client/petstore/ruby/spec/api/another_fake_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/api/another_fake_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/api/default_api_spec.rb b/samples/openapi3/client/petstore/ruby/spec/api/default_api_spec.rb
index 4fa5d6283d418c6f9fbd7c5927c687454888386f..2b3c694a8a507e5cd840b92aea97b7a4f7ad9dd7 100644
--- a/samples/openapi3/client/petstore/ruby/spec/api/default_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/api/default_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/api/fake_api_spec.rb b/samples/openapi3/client/petstore/ruby/spec/api/fake_api_spec.rb
index 9a1b116e729e73f36ac8818bff72d7c90e9b7981..f4aa4be0d3a2cd55016a75d6af1f1101d6c89da2 100644
--- a/samples/openapi3/client/petstore/ruby/spec/api/fake_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/api/fake_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/api/fake_classname_tags123_api_spec.rb b/samples/openapi3/client/petstore/ruby/spec/api/fake_classname_tags123_api_spec.rb
index 73d57eb3809e2c751722e19e7d5c519a73900261..0e8164fa56d46eabc4b58d94711e2a12300a0231 100644
--- a/samples/openapi3/client/petstore/ruby/spec/api/fake_classname_tags123_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/api/fake_classname_tags123_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/api/pet_api_spec.rb b/samples/openapi3/client/petstore/ruby/spec/api/pet_api_spec.rb
index ef3425981164ccb3c555a16bba6c96c26fb79892..7c355763503e3bedfc1e996a64965ea529c20e73 100644
--- a/samples/openapi3/client/petstore/ruby/spec/api/pet_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/api/pet_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/api/store_api_spec.rb b/samples/openapi3/client/petstore/ruby/spec/api/store_api_spec.rb
index 4824f52e1d5db59767396d386b05e9322dd10348..a57c57650dc47760466e171eb70cc00c401d9ee2 100644
--- a/samples/openapi3/client/petstore/ruby/spec/api/store_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/api/store_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/api/user_api_spec.rb b/samples/openapi3/client/petstore/ruby/spec/api/user_api_spec.rb
index a134deaaec0afb824f7e72625e662edb15d60661..4fc6a305d7c1de72a51ca12b0fe3cfc92b7025ff 100644
--- a/samples/openapi3/client/petstore/ruby/spec/api/user_api_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/api/user_api_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/api_client_spec.rb b/samples/openapi3/client/petstore/ruby/spec/api_client_spec.rb
index 252a6c7870d42c928246299fa6c9d21636ed2e9e..1479ac9ab9da06179a35b910ba4813bb748affa8 100644
--- a/samples/openapi3/client/petstore/ruby/spec/api_client_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/api_client_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/configuration_spec.rb b/samples/openapi3/client/petstore/ruby/spec/configuration_spec.rb
index d856c5162ff54e73d8ca2db6a1e5fbf45eae2329..469148995631bc582a5a462671d29467e4e321a1 100644
--- a/samples/openapi3/client/petstore/ruby/spec/configuration_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/configuration_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/additional_properties_class_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/additional_properties_class_spec.rb
index c1087ed2a0b47d10a07874abeae1566124a2d5b7..2f5bd5e9bd56a219e5bce1fc53af40ab5730b1da 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/additional_properties_class_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/additional_properties_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/animal_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/animal_spec.rb
index 2759650920bd77c4dab2e7b48e95556d81c7f0c4..a2493b5c6655ac2effd18bf27585e9b1d5b66005 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/animal_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/animal_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/api_response_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/api_response_spec.rb
index c181df5f28c82c485904d5f30f0d8af40cfa1328..bff4a19b11e12ae7bae63e91ee2d3072e2cf1b42 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/api_response_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/api_response_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/array_of_array_of_number_only_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/array_of_array_of_number_only_spec.rb
index f367364f7fe136a12ef4d60beb322215530ab032..5eb56c753c447029768acb6c42725dace9e1b124 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/array_of_array_of_number_only_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/array_of_array_of_number_only_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/array_of_number_only_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/array_of_number_only_spec.rb
index 9982994df4f38905b6b7cc6b9d79f69e437bd8fe..afd6cfde12fe34d9982c8f29afa0f8ddf183a985 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/array_of_number_only_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/array_of_number_only_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/array_test_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/array_test_spec.rb
index b10258696325bd120db4be3fde7392d8d539186b..f668e07d6ba554d6ef9a86c68f6da54bcf9168d5 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/array_test_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/array_test_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/capitalization_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/capitalization_spec.rb
index 1da50f32363c705e746b376e15682199af92963b..edb17a911935f5ef2cfe0d6458e1d3aeac32590c 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/capitalization_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/capitalization_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/cat_all_of_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/cat_all_of_spec.rb
index 91df841457e2ee6840866378c4b7a0efc70d74d5..55bbc8c19bc7325634a17a8f10e88874aeb9b508 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/cat_all_of_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/cat_all_of_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/cat_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/cat_spec.rb
index 4d713b60d9eb67795130074121cf15059ced8e3d..34d5c46eed7311b1de34859cfe09c9e34c176861 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/cat_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/cat_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/category_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/category_spec.rb
index 7d94acc2911a05259f7df6ec48382ac6bee15449..244afb037dd77ee8db3f1399f8c43cc24dad52ca 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/category_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/category_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/class_model_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/class_model_spec.rb
index dafe34ded75e26f430ebe60b836068d35f03ded1..c89a49575042bdd85db72e1962676ec80e5eca01 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/class_model_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/class_model_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/client_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/client_spec.rb
index e96908bf749ed34cdada023bfd5164878c5131b6..e25eea31c6fa67cf7e94d25ecd7cf42674f8ecb2 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/client_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/client_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/dog_all_of_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/dog_all_of_spec.rb
index 2211bf028bae51a8a375004f374f6c928cf827aa..7d65770b11988fc81f623c637c528e98750714f6 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/dog_all_of_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/dog_all_of_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/dog_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/dog_spec.rb
index 7402cf2b97f3755e50d37bf4ea93caf2cf749fb1..5896a5c207b8a3c3f9b50131a6c5e806c2ed6dac 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/dog_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/dog_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/enum_arrays_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/enum_arrays_spec.rb
index a10899ac99421185aa0735ccf554ed4253fcc19e..cb63e6992f5fa46fc04e5de29f699e47066314df 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/enum_arrays_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/enum_arrays_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/enum_class_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/enum_class_spec.rb
index 571ba283d7db44c8a30ac52e78c7af38b3b170f1..ad20ccfb98e0bc86d54c79d79786376d01668c7a 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/enum_class_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/enum_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/enum_test_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/enum_test_spec.rb
index b91765fee04fe66066c15ff842c55c6bcd26d1dd..fc66d5d522e30eccd58279a5446483cc6af9598b 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/enum_test_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/enum_test_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/file_schema_test_class_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/file_schema_test_class_spec.rb
index 4533d857f8400359c224ab98ffc987791e8b868f..e6ac8c6d34e6d6cb2e1866af867667ffaa541661 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/file_schema_test_class_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/file_schema_test_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/file_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/file_spec.rb
index 2a85e7723c9217e0c22736b3211e596c1722e949..aa978fca0fb38c5ce6791044092e66e17719cb63 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/file_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/file_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/foo_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/foo_spec.rb
index 3c6c923335efbdc9569e2c21c68616bda71bce1b..215f9eb32fef7e8b918ee4919f092fed8e0e209b 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/foo_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/foo_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/format_test_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/format_test_spec.rb
index 393d2a59c08b755d01f2d4305246a44aa4b5b8cd..7344e6b430492706d8fc37c95c91160f8c91758d 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/format_test_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/format_test_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/has_only_read_only_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/has_only_read_only_spec.rb
index 72550e4c585676c0599343231b2eac81b1fe54d5..421b590a3aab5d71b946bd3a59a4ca8183a08ea1 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/has_only_read_only_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/has_only_read_only_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/health_check_result_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/health_check_result_spec.rb
index 402642d30910a03b8d76e6ac349a2e7c047f773f..b4d3bcb235b8ae0e3810e9c1e21080f73c0ccfd0 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/health_check_result_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/health_check_result_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/inline_object1_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/inline_object1_spec.rb
index 1f5ec032eabd9338bed16c072ec998288e68b229..984920a923823fa690d7e93ea5cb2efdfd7dde35 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/inline_object1_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/inline_object1_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/inline_object2_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/inline_object2_spec.rb
index 86584b58b489600c8babf39b9f6d6a11df9ccda1..ee331fd28960418f8d89af342da131fc3e661a46 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/inline_object2_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/inline_object2_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/inline_object3_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/inline_object3_spec.rb
index 919a89d5587e39c140bb5726e7957287c2b17c58..aec02a4a131c7af27ddb5b260e99f90208007d9f 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/inline_object3_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/inline_object3_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/inline_object4_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/inline_object4_spec.rb
index 93f2ce72045040d89b2e9f8d505e8b140fd37afe..4fccc015573e79fe1004930c1c85cfa0a0aeef8e 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/inline_object4_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/inline_object4_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/inline_object5_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/inline_object5_spec.rb
index d866db5a4ab97b1442f36c18ef95f1a87e98598b..7d17e3efa0edd06b73b15fccb261a5569f53cebc 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/inline_object5_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/inline_object5_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/inline_object_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/inline_object_spec.rb
index 0f18f4a18f7626dbc267f660dddb5d6a9ea64e15..a787a8b702cc5fd6e124149ee4bd8a2cbbce5dc3 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/inline_object_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/inline_object_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/inline_response_default_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/inline_response_default_spec.rb
index 04027c6d7c1023bdeace48a1ea483acd93549a23..8321a9a9d99f3282598b6ac7a5fcf9a8bbdbbcef 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/inline_response_default_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/inline_response_default_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/list_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/list_spec.rb
index 0858edb534eba7b43e14ba5fbb62a26d5124a1e0..8134fe0e90e79bc4cc0e5f141d9a325d663d6cd2 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/list_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/list_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/map_test_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/map_test_spec.rb
index 2607c45a2e35a5944deb0bd23ca2e610508f4be9..be71bf9917de35d2272b7c3a34d301327bc88d92 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/map_test_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/map_test_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/mixed_properties_and_additional_properties_class_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/mixed_properties_and_additional_properties_class_spec.rb
index 77edd5d1f08b259e698a58fe0dd07e3f1ddb3b31..c95c02c39d79501c73dffbaf4da4e44de4910aea 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/mixed_properties_and_additional_properties_class_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/mixed_properties_and_additional_properties_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/model200_response_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/model200_response_spec.rb
index a2af920e9560955451b97764e10d485ff84e674b..57c0e8968095677ece9bb35747acbb00a2f9a3a3 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/model200_response_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/model200_response_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/model_return_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/model_return_spec.rb
index a965a17b12938071cf53744e5c2716499cba5ab3..99e38f967962d99e9fa82729edf7c7272393bbb5 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/model_return_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/model_return_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/name_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/name_spec.rb
index 3e7cc14ad1d2cb746baede5a22c4a3aee6867280..186ae80fe7b53c5c350a5cf74cfcab677c5801ac 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/name_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/name_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/nullable_class_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/nullable_class_spec.rb
index e7f7e4ac96bbf184d024b5f40cf8d160505c409d..d08c795de4ebeb60cf2d9c28b931b937b760854e 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/nullable_class_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/nullable_class_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/number_only_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/number_only_spec.rb
index 43180260ae5683d1e668be3eb56084d665a1cd04..ee59459631ea5dc91f26125c1dcdbffad4608e00 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/number_only_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/number_only_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/order_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/order_spec.rb
index 0f82f713be3134b71bbaf2bf16533c6e0dd9712b..a7a25c00ec3df42dc28192c6cf1eb182b66bacc9 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/order_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/order_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/outer_composite_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/outer_composite_spec.rb
index ddd4466618bb753fc8cee1d2c40da86dbb375827..5d622fe6936b06eac0d880883fae39348be60791 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/outer_composite_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/outer_composite_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_default_value_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_default_value_spec.rb
index 0d127ef39c7d871ce856a01c6531725531ec1c58..7612c5097325c2a1fd1654631dc2ecf3eeef1e4a 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_default_value_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_default_value_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_integer_default_value_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_integer_default_value_spec.rb
index 8f065df11a15d68b63739fa76cc754c47220c48b..d50a86e9da87e304921573b943cd8cf019e78d13 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_integer_default_value_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_integer_default_value_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_integer_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_integer_spec.rb
index 3a7119b3ce94bcbdcb8c0fd94efdf1fe42829f4b..348c5a8eb935b9cda2c989c2eaa319cbd0dc8246 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_integer_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_integer_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_spec.rb
index 2c503fbb33ca5f35918c11b484520ed15c2c05e4..232dceb670337c6e137a14196d892ed56372cafd 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/outer_enum_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/pet_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/pet_spec.rb
index 1cff95927975e6db0b96a6a62d1c571f9bb9f278..89e2f5a4689b5f08a4fd6a6176cab8106833802e 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/pet_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/pet_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/read_only_first_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/read_only_first_spec.rb
index 72bba93d21ba30b7fe013e005f97f412f8ae8553..c14633abc875fb757cb11435e975b92133bf18b0 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/read_only_first_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/read_only_first_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/special_model_name_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/special_model_name_spec.rb
index 62aa8573aea0273a270534cb749cd10da3012b2c..bdeb03c54c31d3684b8f669494c66764310aea80 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/special_model_name_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/special_model_name_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/tag_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/tag_spec.rb
index 9f77bc5defd23fb71c59eb29ef0320b588d0de40..8a073adb4b3e68ed1f1628713214cfecdcff81f0 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/tag_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/tag_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/models/user_spec.rb b/samples/openapi3/client/petstore/ruby/spec/models/user_spec.rb
index 1f1ae254a8d273b4db9fca35ce77df3f8b6dd6c0..de07911241481ed256d8724f4952e65ebb8354ae 100644
--- a/samples/openapi3/client/petstore/ruby/spec/models/user_spec.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/models/user_spec.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/openapi3/client/petstore/ruby/spec/spec_helper.rb b/samples/openapi3/client/petstore/ruby/spec/spec_helper.rb
index fc8ef82d8c22edbd243acb802fa188578f0200fc..cfc165e059678fe0d5031a99e92c43609af50537 100644
--- a/samples/openapi3/client/petstore/ruby/spec/spec_helper.rb
+++ b/samples/openapi3/client/petstore/ruby/spec/spec_helper.rb
@@ -6,7 +6,7 @@
 The version of the OpenAPI document: 1.0.0
 
 Generated by: https://openapi-generator.tech
-OpenAPI Generator version: 4.1.2-SNAPSHOT
+OpenAPI Generator version: 4.1.2
 
 =end
 
diff --git a/samples/schema/petstore/mysql/.openapi-generator/VERSION b/samples/schema/petstore/mysql/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/schema/petstore/mysql/.openapi-generator/VERSION
+++ b/samples/schema/petstore/mysql/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/go-gin-api-server/.openapi-generator/VERSION b/samples/server/petstore/go-gin-api-server/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/go-gin-api-server/.openapi-generator/VERSION
+++ b/samples/server/petstore/go-gin-api-server/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/java-msf4j/.openapi-generator/VERSION b/samples/server/petstore/java-msf4j/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/java-msf4j/.openapi-generator/VERSION
+++ b/samples/server/petstore/java-msf4j/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/java-play-framework-api-package-override/.openapi-generator/VERSION b/samples/server/petstore/java-play-framework-api-package-override/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/java-play-framework-api-package-override/.openapi-generator/VERSION
+++ b/samples/server/petstore/java-play-framework-api-package-override/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/java-play-framework-async/.openapi-generator/VERSION b/samples/server/petstore/java-play-framework-async/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/java-play-framework-async/.openapi-generator/VERSION
+++ b/samples/server/petstore/java-play-framework-async/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/java-play-framework-controller-only/.openapi-generator/VERSION b/samples/server/petstore/java-play-framework-controller-only/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/java-play-framework-controller-only/.openapi-generator/VERSION
+++ b/samples/server/petstore/java-play-framework-controller-only/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/java-play-framework-fake-endpoints/.openapi-generator/VERSION b/samples/server/petstore/java-play-framework-fake-endpoints/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/java-play-framework-fake-endpoints/.openapi-generator/VERSION
+++ b/samples/server/petstore/java-play-framework-fake-endpoints/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/java-play-framework-no-bean-validation/.openapi-generator/VERSION b/samples/server/petstore/java-play-framework-no-bean-validation/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/java-play-framework-no-bean-validation/.openapi-generator/VERSION
+++ b/samples/server/petstore/java-play-framework-no-bean-validation/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/java-play-framework-no-exception-handling/.openapi-generator/VERSION b/samples/server/petstore/java-play-framework-no-exception-handling/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/java-play-framework-no-exception-handling/.openapi-generator/VERSION
+++ b/samples/server/petstore/java-play-framework-no-exception-handling/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/java-play-framework-no-interface/.openapi-generator/VERSION b/samples/server/petstore/java-play-framework-no-interface/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/java-play-framework-no-interface/.openapi-generator/VERSION
+++ b/samples/server/petstore/java-play-framework-no-interface/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/java-play-framework-no-swagger-ui/.openapi-generator/VERSION b/samples/server/petstore/java-play-framework-no-swagger-ui/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/java-play-framework-no-swagger-ui/.openapi-generator/VERSION
+++ b/samples/server/petstore/java-play-framework-no-swagger-ui/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/java-play-framework-no-wrap-calls/.openapi-generator/VERSION b/samples/server/petstore/java-play-framework-no-wrap-calls/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/java-play-framework-no-wrap-calls/.openapi-generator/VERSION
+++ b/samples/server/petstore/java-play-framework-no-wrap-calls/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/java-play-framework/.openapi-generator/VERSION b/samples/server/petstore/java-play-framework/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/java-play-framework/.openapi-generator/VERSION
+++ b/samples/server/petstore/java-play-framework/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-cxf-annotated-base-path/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-cxf-annotated-base-path/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-cxf-annotated-base-path/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-cxf-annotated-base-path/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-cxf-cdi/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-cxf-cdi/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-cxf-cdi/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-cxf-cdi/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-cxf-non-spring-app/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-cxf-non-spring-app/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-cxf-non-spring-app/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-cxf-non-spring-app/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-cxf/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-cxf/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-cxf/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-cxf/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-datelib-j8/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-datelib-j8/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-datelib-j8/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-datelib-j8/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-jersey/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-jersey/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-jersey/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-jersey/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-resteasy/default/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-resteasy/default/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-resteasy/default/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-resteasy/default/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-resteasy/eap-java8/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-resteasy/eap-java8/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-resteasy/eap-java8/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-resteasy/eap-java8/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-resteasy/eap-joda/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-resteasy/eap-joda/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-resteasy/eap-joda/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-resteasy/eap-joda/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-resteasy/eap/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-resteasy/eap/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-resteasy/eap/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-resteasy/eap/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-resteasy/joda/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-resteasy/joda/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-resteasy/joda/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-resteasy/joda/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-spec-interface/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-spec-interface/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-spec-interface/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-spec-interface/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs-spec/.openapi-generator/VERSION b/samples/server/petstore/jaxrs-spec/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs-spec/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs-spec/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs/jersey1-useTags/.openapi-generator/VERSION b/samples/server/petstore/jaxrs/jersey1-useTags/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs/jersey1-useTags/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs/jersey1-useTags/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs/jersey1/.openapi-generator/VERSION b/samples/server/petstore/jaxrs/jersey1/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs/jersey1/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs/jersey1/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs/jersey2-useTags/.openapi-generator/VERSION b/samples/server/petstore/jaxrs/jersey2-useTags/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs/jersey2-useTags/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs/jersey2-useTags/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/jaxrs/jersey2/.openapi-generator/VERSION b/samples/server/petstore/jaxrs/jersey2/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/jaxrs/jersey2/.openapi-generator/VERSION
+++ b/samples/server/petstore/jaxrs/jersey2/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/kotlin-server/ktor/.openapi-generator/VERSION b/samples/server/petstore/kotlin-server/ktor/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/kotlin-server/ktor/.openapi-generator/VERSION
+++ b/samples/server/petstore/kotlin-server/ktor/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/kotlin-server/ktor/README.md b/samples/server/petstore/kotlin-server/ktor/README.md
index 1d55f8265bb90951e25e0f9bef9fb4c4295110bf..ce59ba3b1122a2d159ff8255aa51718b4261cf18 100644
--- a/samples/server/petstore/kotlin-server/ktor/README.md
+++ b/samples/server/petstore/kotlin-server/ktor/README.md
@@ -2,7 +2,7 @@
 
 This is a sample server Petstore server. For this sample, you can use the api key &#x60;special-key&#x60; to test the authorization filters.
 
-Generated by OpenAPI Generator 4.1.2-SNAPSHOT.
+Generated by OpenAPI Generator 4.1.2.
 
 ## Requires
 
diff --git a/samples/server/petstore/kotlin-springboot-reactive/.openapi-generator/VERSION b/samples/server/petstore/kotlin-springboot-reactive/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/kotlin-springboot-reactive/.openapi-generator/VERSION
+++ b/samples/server/petstore/kotlin-springboot-reactive/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/kotlin-springboot/.openapi-generator/VERSION b/samples/server/petstore/kotlin-springboot/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/kotlin-springboot/.openapi-generator/VERSION
+++ b/samples/server/petstore/kotlin-springboot/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/php-lumen/.openapi-generator/VERSION b/samples/server/petstore/php-lumen/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/php-lumen/.openapi-generator/VERSION
+++ b/samples/server/petstore/php-lumen/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/php-silex/OpenAPIServer/.openapi-generator/VERSION b/samples/server/petstore/php-silex/OpenAPIServer/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/php-silex/OpenAPIServer/.openapi-generator/VERSION
+++ b/samples/server/petstore/php-silex/OpenAPIServer/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/php-slim/.openapi-generator/VERSION b/samples/server/petstore/php-slim/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/php-slim/.openapi-generator/VERSION
+++ b/samples/server/petstore/php-slim/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/php-symfony/SymfonyBundle-php/.openapi-generator/VERSION b/samples/server/petstore/php-symfony/SymfonyBundle-php/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/php-symfony/SymfonyBundle-php/.openapi-generator/VERSION
+++ b/samples/server/petstore/php-symfony/SymfonyBundle-php/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/php-ze-ph/.openapi-generator/VERSION b/samples/server/petstore/php-ze-ph/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/php-ze-ph/.openapi-generator/VERSION
+++ b/samples/server/petstore/php-ze-ph/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/rust-server/output/multipart-v3/.openapi-generator/VERSION b/samples/server/petstore/rust-server/output/multipart-v3/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/rust-server/output/multipart-v3/.openapi-generator/VERSION
+++ b/samples/server/petstore/rust-server/output/multipart-v3/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/rust-server/output/openapi-v3/.openapi-generator/VERSION b/samples/server/petstore/rust-server/output/openapi-v3/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/rust-server/output/openapi-v3/.openapi-generator/VERSION
+++ b/samples/server/petstore/rust-server/output/openapi-v3/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/rust-server/output/ops-v3/.openapi-generator/VERSION b/samples/server/petstore/rust-server/output/ops-v3/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/rust-server/output/ops-v3/.openapi-generator/VERSION
+++ b/samples/server/petstore/rust-server/output/ops-v3/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/rust-server/output/petstore-with-fake-endpoints-models-for-testing/.openapi-generator/VERSION b/samples/server/petstore/rust-server/output/petstore-with-fake-endpoints-models-for-testing/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/rust-server/output/petstore-with-fake-endpoints-models-for-testing/.openapi-generator/VERSION
+++ b/samples/server/petstore/rust-server/output/petstore-with-fake-endpoints-models-for-testing/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/rust-server/output/rust-server-test/.openapi-generator/VERSION b/samples/server/petstore/rust-server/output/rust-server-test/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/rust-server/output/rust-server-test/.openapi-generator/VERSION
+++ b/samples/server/petstore/rust-server/output/rust-server-test/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/spring-mvc-j8-async/.openapi-generator/VERSION b/samples/server/petstore/spring-mvc-j8-async/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/spring-mvc-j8-async/.openapi-generator/VERSION
+++ b/samples/server/petstore/spring-mvc-j8-async/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/AnotherFakeApi.java b/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/AnotherFakeApi.java
index 170932d4acfaea318da7fe8c6628f1fde71eccb4..4cd2169e5861d0a11f00f4dbec11aec9110b1939 100644
--- a/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/AnotherFakeApi.java
+++ b/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/AnotherFakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/FakeApi.java b/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/FakeApi.java
index 467c860c59313042b4331f222f6620dd3fc7a0af..dfc0be23d459a5ab7200fd82d1f593a48f7f5e1b 100644
--- a/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/FakeApi.java
+++ b/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/FakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/FakeClassnameTestApi.java b/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
index ec6f3977e7cfae2830710d46053e1dbd1ee2af67..898a0f5012b8d0b2fa2efbe6c00b6795083ff004 100644
--- a/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
+++ b/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/PetApi.java b/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/PetApi.java
index afd0cefd3418aa09ed2eeadc5cf1ece59b9592a1..b358c3689da0e46fccbbe1d4e25302957a9dd50f 100644
--- a/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/StoreApi.java b/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/StoreApi.java
index 4f5139b0f7abdd27c1fb7803b472e9c944be79ba..806a825c63903a5e14ed98dff8f0d3e65974156c 100644
--- a/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/UserApi.java b/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/UserApi.java
index b5ae98a27951c9a8d56d72d5974b1aab7a3c52b4..857a4f7ef13a29500e8cfc567cc8cd4eb9d1b450 100644
--- a/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/server/petstore/spring-mvc-j8-async/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc-j8-localdatetime/.openapi-generator/VERSION b/samples/server/petstore/spring-mvc-j8-localdatetime/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/spring-mvc-j8-localdatetime/.openapi-generator/VERSION
+++ b/samples/server/petstore/spring-mvc-j8-localdatetime/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/AnotherFakeApi.java b/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/AnotherFakeApi.java
index 0474898f21930cfa073193e139fdacb14e04b482..effecc43f8d852a24daff4f864ff64bea6ea2fb2 100644
--- a/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/AnotherFakeApi.java
+++ b/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/AnotherFakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/FakeApi.java b/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/FakeApi.java
index 75052680b0c3c1180b0679da5938f786643bbde9..14e86591bc1768ea5a0b38d13eff1da835367333 100644
--- a/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/FakeApi.java
+++ b/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/FakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/FakeClassnameTestApi.java b/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
index b0f3943d6b1569da55b1841d502fe3c0c74b51e0..bd942f9d260615dfe68c63e194dfb4c989833e68 100644
--- a/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
+++ b/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/PetApi.java b/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/PetApi.java
index cb862232f515c5999dabfa1898b0766b6097474b..c3935ae84459609a943bb04fe388ed7c42d59b85 100644
--- a/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/StoreApi.java b/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/StoreApi.java
index 47cde4a3b288b1ac3611dbf602142ecbf4ed3229..7949f9c0680c1b3e8264b7b2b669a6113f45e09b 100644
--- a/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/UserApi.java b/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/UserApi.java
index e88cd04197118f9a0839e2fe54e2f622bc4ce010..1b8264c8e957d8c45ae3337deabb8d7728cc56ac 100644
--- a/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/server/petstore/spring-mvc-j8-localdatetime/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc/.openapi-generator/VERSION b/samples/server/petstore/spring-mvc/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/spring-mvc/.openapi-generator/VERSION
+++ b/samples/server/petstore/spring-mvc/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/AnotherFakeApi.java b/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/AnotherFakeApi.java
index 903248827c994a78a7c0c6270c36e0310df44b1b..caa6789c2c188fb780b96ea5756af0672daac88c 100644
--- a/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/AnotherFakeApi.java
+++ b/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/AnotherFakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/FakeApi.java b/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/FakeApi.java
index 114c444b0a6c7e7fa2dd35258f131fff5b711016..ed4b77a7fb74677420e604c53a952cbce3580f3e 100644
--- a/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/FakeApi.java
+++ b/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/FakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/FakeClassnameTestApi.java b/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
index 2012d490bed5eba31b794ed31b861a71c7106271..b28e5474c08c37712971b431f1086f91c4db7bba 100644
--- a/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
+++ b/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/PetApi.java b/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/PetApi.java
index 01a95ac437d8816c1fd0edd1c4576f928d1444ef..93496d75b426c78c3d74e3e4b16bdce2d34458cf 100644
--- a/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/StoreApi.java b/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/StoreApi.java
index 390e097382c467aff892556204536bcc36ecdc0f..933bab4fbe873b1f939af2c65ae4bc401f072e31 100644
--- a/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/UserApi.java b/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/UserApi.java
index 55b8840ec47271636766af838af473d4de381851..5be9fa07904531cba1fdc01544438cecbdd1af35 100644
--- a/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/server/petstore/spring-mvc/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-beanvalidation/.openapi-generator/VERSION b/samples/server/petstore/springboot-beanvalidation/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/springboot-beanvalidation/.openapi-generator/VERSION
+++ b/samples/server/petstore/springboot-beanvalidation/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/AnotherFakeApi.java b/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/AnotherFakeApi.java
index 903248827c994a78a7c0c6270c36e0310df44b1b..caa6789c2c188fb780b96ea5756af0672daac88c 100644
--- a/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/AnotherFakeApi.java
+++ b/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/AnotherFakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/FakeApi.java b/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/FakeApi.java
index 114c444b0a6c7e7fa2dd35258f131fff5b711016..ed4b77a7fb74677420e604c53a952cbce3580f3e 100644
--- a/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/FakeApi.java
+++ b/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/FakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/FakeClassnameTestApi.java b/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
index 2012d490bed5eba31b794ed31b861a71c7106271..b28e5474c08c37712971b431f1086f91c4db7bba 100644
--- a/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
+++ b/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/PetApi.java b/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/PetApi.java
index 01a95ac437d8816c1fd0edd1c4576f928d1444ef..93496d75b426c78c3d74e3e4b16bdce2d34458cf 100644
--- a/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/StoreApi.java b/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/StoreApi.java
index 390e097382c467aff892556204536bcc36ecdc0f..933bab4fbe873b1f939af2c65ae4bc401f072e31 100644
--- a/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/UserApi.java b/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/UserApi.java
index 55b8840ec47271636766af838af473d4de381851..5be9fa07904531cba1fdc01544438cecbdd1af35 100644
--- a/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/server/petstore/springboot-beanvalidation/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-delegate-j8/.openapi-generator/VERSION b/samples/server/petstore/springboot-delegate-j8/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/springboot-delegate-j8/.openapi-generator/VERSION
+++ b/samples/server/petstore/springboot-delegate-j8/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/AnotherFakeApi.java b/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/AnotherFakeApi.java
index 950957e95b4264107ffe35b316c632c1625b0dde..6cce3176621a825c573cd252015a2111a8c37dd7 100644
--- a/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/AnotherFakeApi.java
+++ b/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/AnotherFakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/FakeApi.java b/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/FakeApi.java
index 236b8adaee404a8c8631e77e6b021ab9b78753c7..c79189622573caa6d0e5e480f4630731d846e75d 100644
--- a/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/FakeApi.java
+++ b/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/FakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/FakeClassnameTestApi.java b/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
index 3d29d18cd7a7619363e397ede46aa2bdb89629f2..37005c2dbfd77cc289a78c634f13af1ccfe31bd9 100644
--- a/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
+++ b/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/PetApi.java b/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/PetApi.java
index 9265bd43ec1b69ca99bb0967e201e05d8b932ebc..9435814a5a0679b8fed690877d34b9b74221cc72 100644
--- a/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/StoreApi.java b/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/StoreApi.java
index e25d9f19777357d88ef4611c96479fdf92a89622..36af19311c6dabdc1ce3371e8d61a284f3a18f9a 100644
--- a/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/UserApi.java b/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/UserApi.java
index 5de07f379181234a4f51392b4145ea2cb8c9e7b7..d041888db38bd8ed08faf7cbcdded6864a9510c1 100644
--- a/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/server/petstore/springboot-delegate-j8/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-delegate/.openapi-generator/VERSION b/samples/server/petstore/springboot-delegate/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/springboot-delegate/.openapi-generator/VERSION
+++ b/samples/server/petstore/springboot-delegate/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/AnotherFakeApi.java b/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/AnotherFakeApi.java
index 903248827c994a78a7c0c6270c36e0310df44b1b..caa6789c2c188fb780b96ea5756af0672daac88c 100644
--- a/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/AnotherFakeApi.java
+++ b/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/AnotherFakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/FakeApi.java b/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/FakeApi.java
index 114c444b0a6c7e7fa2dd35258f131fff5b711016..ed4b77a7fb74677420e604c53a952cbce3580f3e 100644
--- a/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/FakeApi.java
+++ b/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/FakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/FakeClassnameTestApi.java b/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
index 2012d490bed5eba31b794ed31b861a71c7106271..b28e5474c08c37712971b431f1086f91c4db7bba 100644
--- a/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
+++ b/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/PetApi.java b/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/PetApi.java
index 01a95ac437d8816c1fd0edd1c4576f928d1444ef..93496d75b426c78c3d74e3e4b16bdce2d34458cf 100644
--- a/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/StoreApi.java b/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/StoreApi.java
index 390e097382c467aff892556204536bcc36ecdc0f..933bab4fbe873b1f939af2c65ae4bc401f072e31 100644
--- a/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/UserApi.java b/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/UserApi.java
index 55b8840ec47271636766af838af473d4de381851..5be9fa07904531cba1fdc01544438cecbdd1af35 100644
--- a/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/server/petstore/springboot-delegate/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-implicitHeaders/.openapi-generator/VERSION b/samples/server/petstore/springboot-implicitHeaders/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/springboot-implicitHeaders/.openapi-generator/VERSION
+++ b/samples/server/petstore/springboot-implicitHeaders/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/AnotherFakeApi.java b/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/AnotherFakeApi.java
index 19566df32b213df01e07cc8286de7d71c2be05f1..299de2819bcc681ea80ada17b5d63ed67faeabe9 100644
--- a/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/AnotherFakeApi.java
+++ b/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/AnotherFakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/FakeApi.java b/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/FakeApi.java
index 914d990d8a732c27c02f1c4aab06cdf54bff8793..40b87c1d83e0f923942dcb4758ca7962d2d81806 100644
--- a/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/FakeApi.java
+++ b/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/FakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/FakeClassnameTestApi.java b/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
index e5415f8d715a7b2dc7351af5b142b39b2d2739ac..3e852de5e291e281fd288f4c01fb4c9e32e65643 100644
--- a/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
+++ b/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/PetApi.java b/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/PetApi.java
index d5d9524a0376413318afe35b022871076385a76a..2ad13188dfa17eb2ad0381e70863380bd308a833 100644
--- a/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/StoreApi.java b/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/StoreApi.java
index 68971d90d97d8d2988102ad87e98f934bbdc2b61..526e1fd3065d236cb144f85e727e84234a9fa645 100644
--- a/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/UserApi.java b/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/UserApi.java
index 701ce83efa3a2d69eb2fe38a5a55f93bac329c4b..e350a1357c80586ea25380bde476e39af02d7ae4 100644
--- a/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/server/petstore/springboot-implicitHeaders/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-reactive/.openapi-generator/VERSION b/samples/server/petstore/springboot-reactive/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/springboot-reactive/.openapi-generator/VERSION
+++ b/samples/server/petstore/springboot-reactive/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/AnotherFakeApi.java b/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/AnotherFakeApi.java
index b6f39e02884e1a2aa328697c5bdbd34b3e89c036..4a7aaea3d9e3384847f4690a7f5c1d240fd5a6e5 100644
--- a/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/AnotherFakeApi.java
+++ b/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/AnotherFakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/FakeApi.java b/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/FakeApi.java
index 9f92a448058157df7522352d796f953944edde67..402d6cab00e46b2a57d5105679152da7dfcdc286 100644
--- a/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/FakeApi.java
+++ b/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/FakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/FakeClassnameTestApi.java b/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
index 60b4ae106ba037228c439b9c471b3ed8dc914b90..f6e6a53c17e4259248126c9b82fbbec1c777581e 100644
--- a/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
+++ b/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/PetApi.java b/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/PetApi.java
index c9904416110eefe200fb20a97f4f62c348746f87..4d68f4823b630645a8f36f6ba89a11738c75a2f3 100644
--- a/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/StoreApi.java b/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/StoreApi.java
index a94882039121f895695eb8edf2786fb2621c04c6..8412e5c2a4fed4751f3a299e3d8267b88dab4f6f 100644
--- a/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/UserApi.java b/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/UserApi.java
index 2f8ff9e91d87571015f5c2dc7e7af92c0ea0ac36..55210b6ddce1252e729ad2fbf868b23a886f564e 100644
--- a/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/server/petstore/springboot-reactive/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-useoptional/.openapi-generator/VERSION b/samples/server/petstore/springboot-useoptional/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/springboot-useoptional/.openapi-generator/VERSION
+++ b/samples/server/petstore/springboot-useoptional/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/AnotherFakeApi.java b/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/AnotherFakeApi.java
index 0474898f21930cfa073193e139fdacb14e04b482..effecc43f8d852a24daff4f864ff64bea6ea2fb2 100644
--- a/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/AnotherFakeApi.java
+++ b/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/AnotherFakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/FakeApi.java b/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/FakeApi.java
index 83d149eb57a1a911bc65f3e3864bfb86fe50e3d6..5bd4600b0af3a2b7b0965737fe15b2db4dbc4ae8 100644
--- a/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/FakeApi.java
+++ b/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/FakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/FakeClassnameTestApi.java b/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
index b0f3943d6b1569da55b1841d502fe3c0c74b51e0..bd942f9d260615dfe68c63e194dfb4c989833e68 100644
--- a/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
+++ b/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/PetApi.java b/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/PetApi.java
index 1b099b92bfb7223c91d02713b856ed81a2b7ad8a..8a647bc1b91b3a697ca5b724029280a38f451093 100644
--- a/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/StoreApi.java b/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/StoreApi.java
index 47cde4a3b288b1ac3611dbf602142ecbf4ed3229..7949f9c0680c1b3e8264b7b2b669a6113f45e09b 100644
--- a/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/UserApi.java b/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/UserApi.java
index e88cd04197118f9a0839e2fe54e2f622bc4ce010..1b8264c8e957d8c45ae3337deabb8d7728cc56ac 100644
--- a/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/server/petstore/springboot-useoptional/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-virtualan/.openapi-generator/VERSION b/samples/server/petstore/springboot-virtualan/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/springboot-virtualan/.openapi-generator/VERSION
+++ b/samples/server/petstore/springboot-virtualan/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/AnotherFakeApi.java b/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/AnotherFakeApi.java
index 415c6f819119b6081313233f1aa9d44444573430..38462dd0f7dff59ccebfe007d72857066fc2e306 100644
--- a/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/AnotherFakeApi.java
+++ b/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/AnotherFakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/FakeApi.java b/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/FakeApi.java
index ba4defeea4e05693a6767a8b53379f0112e6d7d3..33d074a0f2953fc57e24e0ce57f64fc983600839 100644
--- a/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/FakeApi.java
+++ b/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/FakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/FakeClassnameTestApi.java b/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/FakeClassnameTestApi.java
index f856659e41e1d59699bffb886d71a48511bf9d6a..455328bfb641ab49de127aa35560e5ea9c9588a5 100644
--- a/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/FakeClassnameTestApi.java
+++ b/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/FakeClassnameTestApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/PetApi.java b/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/PetApi.java
index 40b4ea927476723266243afae4f3afbf040f22ab..ef85009bdf65d48760f430675c4f6ebb2cffd136 100644
--- a/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/PetApi.java
+++ b/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/StoreApi.java b/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/StoreApi.java
index 0aa2efebd8d3bd6ac1f08431373106a9bb0c31c2..02cddec3d101a5dba2c53a36365f4047628f4832 100644
--- a/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/StoreApi.java
+++ b/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/UserApi.java b/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/UserApi.java
index f4bf9b8e8910efc5303ef488c25ff9c7e27b3b23..b855356c2ae0a33cdd385ca58fe584c81746003a 100644
--- a/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/UserApi.java
+++ b/samples/server/petstore/springboot-virtualan/src/main/java/org/openapitools/virtualan/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot/.openapi-generator/VERSION b/samples/server/petstore/springboot/.openapi-generator/VERSION
index d1a8f58b3884e58acd051f8867f5a90e9e41701c..cd9b8f559effd5c55cbea68fc5eb360213a32352 100644
--- a/samples/server/petstore/springboot/.openapi-generator/VERSION
+++ b/samples/server/petstore/springboot/.openapi-generator/VERSION
@@ -1 +1 @@
-4.1.2-SNAPSHOT
\ No newline at end of file
+4.1.2
\ No newline at end of file
diff --git a/samples/server/petstore/springboot/src/main/java/org/openapitools/api/AnotherFakeApi.java b/samples/server/petstore/springboot/src/main/java/org/openapitools/api/AnotherFakeApi.java
index 0474898f21930cfa073193e139fdacb14e04b482..effecc43f8d852a24daff4f864ff64bea6ea2fb2 100644
--- a/samples/server/petstore/springboot/src/main/java/org/openapitools/api/AnotherFakeApi.java
+++ b/samples/server/petstore/springboot/src/main/java/org/openapitools/api/AnotherFakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot/src/main/java/org/openapitools/api/FakeApi.java b/samples/server/petstore/springboot/src/main/java/org/openapitools/api/FakeApi.java
index 2a96bf658d9cbf44b7f98b6bf93cb52d4b6629c5..77151668c5a37bd24c5f9677be5d05eb0d915463 100644
--- a/samples/server/petstore/springboot/src/main/java/org/openapitools/api/FakeApi.java
+++ b/samples/server/petstore/springboot/src/main/java/org/openapitools/api/FakeApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot/src/main/java/org/openapitools/api/FakeClassnameTestApi.java b/samples/server/petstore/springboot/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
index b0f3943d6b1569da55b1841d502fe3c0c74b51e0..bd942f9d260615dfe68c63e194dfb4c989833e68 100644
--- a/samples/server/petstore/springboot/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
+++ b/samples/server/petstore/springboot/src/main/java/org/openapitools/api/FakeClassnameTestApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot/src/main/java/org/openapitools/api/PetApi.java b/samples/server/petstore/springboot/src/main/java/org/openapitools/api/PetApi.java
index cb862232f515c5999dabfa1898b0766b6097474b..c3935ae84459609a943bb04fe388ed7c42d59b85 100644
--- a/samples/server/petstore/springboot/src/main/java/org/openapitools/api/PetApi.java
+++ b/samples/server/petstore/springboot/src/main/java/org/openapitools/api/PetApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot/src/main/java/org/openapitools/api/StoreApi.java b/samples/server/petstore/springboot/src/main/java/org/openapitools/api/StoreApi.java
index 47cde4a3b288b1ac3611dbf602142ecbf4ed3229..7949f9c0680c1b3e8264b7b2b669a6113f45e09b 100644
--- a/samples/server/petstore/springboot/src/main/java/org/openapitools/api/StoreApi.java
+++ b/samples/server/petstore/springboot/src/main/java/org/openapitools/api/StoreApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */
diff --git a/samples/server/petstore/springboot/src/main/java/org/openapitools/api/UserApi.java b/samples/server/petstore/springboot/src/main/java/org/openapitools/api/UserApi.java
index e88cd04197118f9a0839e2fe54e2f622bc4ce010..1b8264c8e957d8c45ae3337deabb8d7728cc56ac 100644
--- a/samples/server/petstore/springboot/src/main/java/org/openapitools/api/UserApi.java
+++ b/samples/server/petstore/springboot/src/main/java/org/openapitools/api/UserApi.java
@@ -1,5 +1,5 @@
 /**
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2-SNAPSHOT).
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.1.2).
  * https://openapi-generator.tech
  * Do not edit the class manually.
  */