Skip to content

Commit

Permalink
Bump version in Configuration.php
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour committed Apr 23, 2024
1 parent dc44b96 commit 1d38ef8
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 @@ -56,7 +56,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'jlevers/selling-partner-api/5.10.2 (Language=PHP)';
protected $userAgent = 'jlevers/selling-partner-api/5.10.3 (Language=PHP)';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -429,7 +429,7 @@ public static function toDebugReport(?string $tempFolderPath = null)
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' The version of the OpenAPI document: 2020-11-01' . PHP_EOL;
$report .= ' SDK Package Version: 5.10.2' . PHP_EOL;
$report .= ' SDK Package Version: 5.10.3' . PHP_EOL;
$report .= ' Temp Folder Path: ' . $tempFolderPath . PHP_EOL;

return $report;
Expand Down

0 comments on commit 1d38ef8

Please sign in to comment.