Skip to content

Commit d6c8d2b

Browse files
authored
Merge pull request #326 from XeroAPI/xero-php-2.23.0-version
bump version
2 parents 0110d6b + 39393fb commit d6c8d2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class Configuration
157157
*
158158
* @var string
159159
*/
160-
protected $userAgent = '[xero-php-oauth2 (2.22.0)]';
160+
protected $userAgent = '[xero-php-oauth2 (2.23.0)]';
161161

162162
/**
163163
* Debug switch (default set to false)
@@ -697,7 +697,7 @@ public static function toDebugReport()
697697
$report .= ' OS: ' . php_uname() . PHP_EOL;
698698
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
699699
$report .= ' OpenAPI Spec Version: 2.38.0' . PHP_EOL;
700-
$report .= ' SDK Package Version: 2.22.0' . PHP_EOL;
700+
$report .= ' SDK Package Version: 2.23.0' . PHP_EOL;
701701
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
702702

703703
return $report;

0 commit comments

Comments
 (0)