We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c0c2d commit 2dc4676Copy full SHA for 2dc4676
lib/Configuration.php
@@ -697,7 +697,7 @@ public static function toDebugReport()
697
$report .= ' OS: ' . php_uname() . PHP_EOL;
698
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
699
$report .= ' OpenAPI Spec Version: 6.3.0' . PHP_EOL;
700
- $report .= ' SDK Package Version: 7.4.0-dev.1' . PHP_EOL;
+ $report .= ' SDK Package Version: 7.5.0-dev' . PHP_EOL;
701
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
702
703
return $report;
0 commit comments