diff --git a/src/Aspose/Words/Configuration.php b/src/Aspose/Words/Configuration.php index 2d9321e0..04a9f49b 100644 --- a/src/Aspose/Words/Configuration.php +++ b/src/Aspose/Words/Configuration.php @@ -134,7 +134,7 @@ class Configuration * Version of Aspose.Words Cloud API * */ - protected $clientVersion = '24.9'; + protected $clientVersion = '24.10'; /* * Stores timeout in seconds @@ -539,7 +539,7 @@ public static function toDebugReport() $report = 'PHP SDK (Aspose\Words) Debug Report:' . PHP_EOL; $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; - $report .= ' OpenAPI Spec Version: 24.9' . PHP_EOL; + $report .= ' OpenAPI Spec Version: 24.10' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;