diff --git a/lib/Configuration.php b/lib/Configuration.php index f6f0135..1dc7f37 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -101,7 +101,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/2.1.3/PHP'; + protected $userAgent = 'OpenAPI-Generator/2.1.4/PHP'; /** * Debug switch (default set to false) @@ -434,7 +434,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the OpenAPI document: v2.7.0/15cf3fc' . PHP_EOL; - $report .= ' SDK Package Version: 2.1.3' . PHP_EOL; + $report .= ' SDK Package Version: 2.1.4' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;