Skip to content

Commit 296ba9d

Browse files
committed
Update user agent
1 parent 5453675 commit 296ba9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
invokerPackage: Aternos\CurseForgeApi
2-
artifactVersion: 1.3.1
2+
artifactVersion: 1.3.2
33
generatorName: php
44
outputDir: .
55
sourceFolder: src

lib/Configuration.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class Configuration
100100
*
101101
* @var string
102102
*/
103-
protected $userAgent = 'OpenAPI-Generator/1.3.1/PHP';
103+
protected $userAgent = 'OpenAPI-Generator/1.3.2/PHP';
104104

105105
/**
106106
* Debug switch (default set to false)
@@ -433,7 +433,7 @@ public static function toDebugReport()
433433
$report .= ' OS: ' . php_uname() . PHP_EOL;
434434
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
435435
$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;
437437
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
438438

439439
return $report;

0 commit comments

Comments
 (0)