File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
invokerPackage : Aternos\CurseForgeApi
2
- artifactVersion : 1.3.1
2
+ artifactVersion : 1.3.2
3
3
generatorName : php
4
4
outputDir : .
5
5
sourceFolder : src
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ class Configuration
100
100
*
101
101
* @var string
102
102
*/
103
- protected $ userAgent = 'OpenAPI-Generator/1.3.1 /PHP ' ;
103
+ protected $ userAgent = 'OpenAPI-Generator/1.3.2 /PHP ' ;
104
104
105
105
/**
106
106
* Debug switch (default set to false)
@@ -433,7 +433,7 @@ public static function toDebugReport()
433
433
$ report .= ' OS: ' . php_uname () . PHP_EOL ;
434
434
$ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
435
435
$ report .= ' The version of the OpenAPI document: 1.0.0 ' . PHP_EOL ;
436
- $ report .= ' SDK Package Version: 1.3.1 ' . PHP_EOL ;
436
+ $ report .= ' SDK Package Version: 1.3.2 ' . PHP_EOL ;
437
437
$ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
438
438
439
439
return $ report ;
You can’t perform that action at this time.
0 commit comments