Skip to content

Commit dc511a3

Browse files
Merge branch 'master' into release
2 parents 187c852 + 3286c98 commit dc511a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Aspose/Words/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class Configuration
134134
* Version of Aspose.Words Cloud API
135135
*
136136
*/
137-
protected $clientVersion = '24.9';
137+
protected $clientVersion = '24.10';
138138

139139
/*
140140
* Stores timeout in seconds
@@ -539,7 +539,7 @@ public static function toDebugReport()
539539
$report = 'PHP SDK (Aspose\Words) Debug Report:' . PHP_EOL;
540540
$report .= ' OS: ' . php_uname() . PHP_EOL;
541541
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
542-
$report .= ' OpenAPI Spec Version: 24.9' . PHP_EOL;
542+
$report .= ' OpenAPI Spec Version: 24.10' . PHP_EOL;
543543
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
544544

545545
return $report;

0 commit comments

Comments
 (0)