File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " hostinger/api-php-sdk" ,
3- "version" : " 0.0.22 " ,
3+ "version" : " 0.0.23 " ,
44 "description" : " Hostinger API PHP SDK" ,
55 "keywords" : [
66 " hostinger" ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class Configuration
4444 /**
4545 * User agent of the HTTP request
4646 */
47- protected string $ userAgent = 'hostinger-php-sdk/0.0.22 ' ;
47+ protected string $ userAgent = 'hostinger-php-sdk/0.0.23 ' ;
4848
4949 /**
5050 * Debug switch (default set to false)
@@ -239,7 +239,7 @@ public static function toDebugReport(): string
239239 $ report .= ' OS: ' . php_uname () . PHP_EOL ;
240240 $ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
241241 $ report .= ' The version of the OpenAPI document: 0.0.24 ' . PHP_EOL ;
242- $ report .= ' SDK Package Version: 0.0.22 ' . PHP_EOL ;
242+ $ report .= ' SDK Package Version: 0.0.23 ' . PHP_EOL ;
243243 $ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
244244
245245 return $ report ;
You can’t perform that action at this time.
0 commit comments