Skip to content

Commit af5c5d0

Browse files
Version Bump SDKs (#8)
Co-authored-by: konfig-publisher <publisher@konfigthis.com>
1 parent ee140be commit af5c5d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.konfig/generate-id.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
025c759a-837a-4109-b060-10e007c885be
1+
c663a463-aac9-4e89-8b5c-373fb6660ebf

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Splitit's Web API
44

5-
[![Packagist](https://img.shields.io/badge/Packagist-v3.0.5-blue)](https://packagist.org/packages/konfig/splitit-web-php-sdk)
5+
[![Packagist](https://img.shields.io/badge/Packagist-v3.0.6-blue)](https://packagist.org/packages/konfig/splitit-web-php-sdk)
66

77
## Table of Contents<a id="table-of-contents"></a>
88

@@ -46,7 +46,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
4646
}
4747
],
4848
"require": {
49-
"konfig/splitit-web-php-sdk": "3.0.5"
49+
"konfig/splitit-web-php-sdk": "3.0.6"
5050
}
5151
}
5252
```

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class Configuration
119119
*
120120
* @var string
121121
*/
122-
protected $userAgent = 'Konfig/3.0.5/PHP';
122+
protected $userAgent = 'Konfig/3.0.6/PHP';
123123

124124
/**
125125
* Debug switch (default set to false)
@@ -501,7 +501,7 @@ public static function toDebugReport()
501501
$report .= ' OS: ' . php_uname() . PHP_EOL;
502502
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
503503
$report .= ' The version of the OpenAPI document: 1.0.0' . PHP_EOL;
504-
$report .= ' SDK Package Version: 3.0.5' . PHP_EOL;
504+
$report .= ' SDK Package Version: 3.0.6' . PHP_EOL;
505505
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
506506

507507
return $report;

0 commit comments

Comments
 (0)