diff --git a/.konfig/generate-id.txt b/.konfig/generate-id.txt index 938c933..bc4e03a 100644 --- a/.konfig/generate-id.txt +++ b/.konfig/generate-id.txt @@ -1 +1 @@ -025c759a-837a-4109-b060-10e007c885be \ No newline at end of file +c663a463-aac9-4e89-8b5c-373fb6660ebf \ No newline at end of file diff --git a/README.md b/README.md index f7c542e..2089aa8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Splitit's Web API -[![Packagist](https://img.shields.io/badge/Packagist-v3.0.5-blue)](https://packagist.org/packages/konfig/splitit-web-php-sdk) +[![Packagist](https://img.shields.io/badge/Packagist-v3.0.6-blue)](https://packagist.org/packages/konfig/splitit-web-php-sdk) ## Table of Contents @@ -46,7 +46,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow } ], "require": { - "konfig/splitit-web-php-sdk": "3.0.5" + "konfig/splitit-web-php-sdk": "3.0.6" } } ``` diff --git a/lib/Configuration.php b/lib/Configuration.php index 03166c9..f3b5dfd 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -119,7 +119,7 @@ class Configuration * * @var string */ - protected $userAgent = 'Konfig/3.0.5/PHP'; + protected $userAgent = 'Konfig/3.0.6/PHP'; /** * Debug switch (default set to false) @@ -501,7 +501,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the OpenAPI document: 1.0.0' . PHP_EOL; - $report .= ' SDK Package Version: 3.0.5' . PHP_EOL; + $report .= ' SDK Package Version: 3.0.6' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;