Skip to content

Commit e1c0c2d

Browse files
author
sangeet-joy_xero
committed
ci: testing the packagist release
1 parent 1c61820 commit e1c0c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ public static function toDebugReport()
697697
$report .= ' OS: ' . php_uname() . PHP_EOL;
698698
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
699699
$report .= ' OpenAPI Spec Version: 6.3.0' . PHP_EOL;
700-
$report .= ' SDK Package Version: 7.3.0' . PHP_EOL;
700+
$report .= ' SDK Package Version: 7.4.0-dev.1' . PHP_EOL;
701701
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
702702

703703
return $report;

0 commit comments

Comments
 (0)