We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 187c852 + 3286c98 commit dc511a3Copy full SHA for dc511a3
src/Aspose/Words/Configuration.php
@@ -134,7 +134,7 @@ class Configuration
134
* Version of Aspose.Words Cloud API
135
*
136
*/
137
- protected $clientVersion = '24.9';
+ protected $clientVersion = '24.10';
138
139
/*
140
* Stores timeout in seconds
@@ -539,7 +539,7 @@ public static function toDebugReport()
539
$report = 'PHP SDK (Aspose\Words) Debug Report:' . PHP_EOL;
540
$report .= ' OS: ' . php_uname() . PHP_EOL;
541
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
542
- $report .= ' OpenAPI Spec Version: 24.9' . PHP_EOL;
+ $report .= ' OpenAPI Spec Version: 24.10' . PHP_EOL;
543
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
544
545
return $report;
0 commit comments