Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslawEkimov committed Oct 9, 2024
2 parents 187c852 + 3286c98 commit dc511a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Aspose/Words/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class Configuration
* Version of Aspose.Words Cloud API
*
*/
protected $clientVersion = '24.9';
protected $clientVersion = '24.10';

/*
* Stores timeout in seconds
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit dc511a3

Please sign in to comment.