Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2dc4676

Browse files
author
sangeet-joy_xero
committedOct 22, 2024·
ci: updated the version to 7.5.0-dev
1 parent e1c0c2d commit 2dc4676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/Configuration.php

+1-1
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.4.0-dev.1' . PHP_EOL;
700+
$report .= ' SDK Package Version: 7.5.0-dev' . PHP_EOL;
701701
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
702702

703703
return $report;

0 commit comments

Comments
 (0)
Please sign in to comment.