Skip to content

Commit a9f664f

Browse files
authored
Merge pull request #14 from RusticiSoftware/readmeFix
Additional version changes
2 parents a303bf9 + 665796a commit a9f664f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Configuration
8888
*
8989
* @var string
9090
*/
91-
protected $userAgent = 'Swagger-Codegen/1.0.2/php';
91+
protected $userAgent = 'Swagger-Codegen/1.1.0/php';
9292

9393
/**
9494
* Debug switch (default set to false)
@@ -397,7 +397,7 @@ public static function toDebugReport()
397397
$report .= ' OS: ' . php_uname() . PHP_EOL;
398398
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
399399
$report .= ' OpenAPI Spec Version: 2.0' . PHP_EOL;
400-
$report .= ' SDK Package Version: 1.0.2' . PHP_EOL;
400+
$report .= ' SDK Package Version: 1.1.0' . PHP_EOL;
401401
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
402402

403403
return $report;

0 commit comments

Comments
 (0)