Skip to content

Commit 765e656

Browse files
committed
fix: README.md fix
1 parent 4fd6e95 commit 765e656

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)