Skip to content

Commit e7fae0a

Browse files
committed
2.1.0
1 parent 65664c0 commit e7fae0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
invokerPackage: Aternos\ModrinthApi
2-
artifactVersion: 2.0.0
2+
artifactVersion: 2.1.0
33
generatorName: php
44
outputDir: .
55
inputSpec: https://docs.modrinth.com/redocusaurus/plugin-redoc-0.yaml

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class Configuration
101101
*
102102
* @var string
103103
*/
104-
protected $userAgent = 'OpenAPI-Generator/2.0.0/PHP';
104+
protected $userAgent = 'OpenAPI-Generator/2.1.0/PHP';
105105

106106
/**
107107
* Debug switch (default set to false)
@@ -434,7 +434,7 @@ public static function toDebugReport()
434434
$report .= ' OS: ' . php_uname() . PHP_EOL;
435435
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
436436
$report .= ' The version of the OpenAPI document: v2.7.0/15cf3fc' . PHP_EOL;
437-
$report .= ' SDK Package Version: 2.0.0' . PHP_EOL;
437+
$report .= ' SDK Package Version: 2.1.0' . PHP_EOL;
438438
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
439439

440440
return $report;

0 commit comments

Comments
 (0)