From bf44ab5661a5c008966914807ea4caa7bb0004aa Mon Sep 17 00:00:00 2001 From: sangeet-joy_xero Date: Tue, 22 Oct 2024 18:47:13 +0530 Subject: [PATCH] ci: clean up --- lib/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Configuration.php b/lib/Configuration.php index 17023941..59ae0fb4 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -697,7 +697,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' OpenAPI Spec Version: 6.3.0' . PHP_EOL; - $report .= ' SDK Package Version: 7.5.0-dev.1' . PHP_EOL; + $report .= ' SDK Package Version: 7.3.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;