Skip to content

Commit 7f7895f

Browse files
committed
Stop hard-coding this package's version in its files
1 parent d07a9c7 commit 7f7895f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This PHP package is automatically generated by the
55
[Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
66

77
- API version: 0.2.0
8-
- Package version: 0.2.0
98
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
109

1110
## Requirements

lib/Configuration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ public static function toDebugReport()
396396
$report .= ' OS: ' . php_uname() . PHP_EOL;
397397
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
398398
$report .= ' OpenAPI Spec Version: 0.2.0' . PHP_EOL;
399-
$report .= ' SDK Package Version: 0.1.0' . PHP_EOL;
400399
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
401400

402401
return $report;

0 commit comments

Comments
 (0)