File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ class Configuration
101
101
*
102
102
* @var string
103
103
*/
104
- protected $ userAgent = 'OpenAPI-Generator/2.1.3 /PHP ' ;
104
+ protected $ userAgent = 'OpenAPI-Generator/2.1.4 /PHP ' ;
105
105
106
106
/**
107
107
* Debug switch (default set to false)
@@ -434,7 +434,7 @@ public static function toDebugReport()
434
434
$ report .= ' OS: ' . php_uname () . PHP_EOL ;
435
435
$ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
436
436
$ report .= ' The version of the OpenAPI document: v2.7.0/15cf3fc ' . PHP_EOL ;
437
- $ report .= ' SDK Package Version: 2.1.3 ' . PHP_EOL ;
437
+ $ report .= ' SDK Package Version: 2.1.4 ' . PHP_EOL ;
438
438
$ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
439
439
440
440
return $ report ;
You can’t perform that action at this time.
0 commit comments