Skip to content

Commit

Permalink
Bump version to 4.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Apr 14, 2022
1 parent b99f824 commit bd7641f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jlevers/selling-partner-api",
"version": "4.3.9",
"version": "4.3.10",
"description": "PHP client for Amazon's Selling Partner API",
"keywords": [
"api",
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'jlevers/selling-partner-api/4.3.9 (Language=PHP)';
protected $userAgent = 'jlevers/selling-partner-api/4.3.10 (Language=PHP)';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -411,7 +411,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: 4.3.9' . PHP_EOL;
$report .= ' SDK Package Version: 4.3.10' . PHP_EOL;
$report .= ' Temp Folder Path: ' . $tempFolderPath . PHP_EOL;

return $report;
Expand Down

0 comments on commit bd7641f

Please sign in to comment.