Skip to content

Commit

Permalink
Version correction
Browse files Browse the repository at this point in the history
  • Loading branch information
pumpkinball committed Oct 19, 2023
1 parent f3e266d commit 67bb7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = '[xero-php-oauth2 (2.24.0)]';
protected $userAgent = '[xero-php-oauth2 (2.23.1)]';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -697,7 +697,7 @@ public static function toDebugReport()
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' OpenAPI Spec Version: 2.38.0' . PHP_EOL;
$report .= ' SDK Package Version: 2.24.0' . PHP_EOL;
$report .= ' SDK Package Version: 2.23.1' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down

0 comments on commit 67bb7f9

Please sign in to comment.