We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a303bf9 + 665796a commit a9f664fCopy full SHA for a9f664f
src/Configuration.php
@@ -88,7 +88,7 @@ class Configuration
88
*
89
* @var string
90
*/
91
- protected $userAgent = 'Swagger-Codegen/1.0.2/php';
+ protected $userAgent = 'Swagger-Codegen/1.1.0/php';
92
93
/**
94
* Debug switch (default set to false)
@@ -397,7 +397,7 @@ public static function toDebugReport()
397
$report .= ' OS: ' . php_uname() . PHP_EOL;
398
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
399
$report .= ' OpenAPI Spec Version: 2.0' . PHP_EOL;
400
- $report .= ' SDK Package Version: 1.0.2' . PHP_EOL;
+ $report .= ' SDK Package Version: 1.1.0' . PHP_EOL;
401
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
402
403
return $report;
0 commit comments