Skip to content

Commit

Permalink
Version Bump SDKs (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: konfig-publisher <publisher@konfigthis.com>
  • Loading branch information
konfig-bot[bot] and konfig-publisher committed Sep 5, 2024
1 parent 46c0881 commit 011dce4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2d3240c1-1c79-4375-9749-3bb548d47ade
31ad0d85-37dc-4445-94b2-9bc5ccd7d927
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Connect brokerage accounts to your app for live positions and trading

[![Packagist](https://img.shields.io/badge/Packagist-v2.0.41-blue)](https://packagist.org/packages/konfig/snaptrade-php-7-sdk)
[![Packagist](https://img.shields.io/badge/Packagist-v2.0.42-blue)](https://packagist.org/packages/konfig/snaptrade-php-7-sdk)
[![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)

</div>
Expand Down Expand Up @@ -86,7 +86,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
}
],
"require": {
"konfig/snaptrade-php-7-sdk": "2.0.41"
"konfig/snaptrade-php-7-sdk": "2.0.42"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'Konfig/2.0.41/PHP';
protected $userAgent = 'Konfig/2.0.42/PHP';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -487,7 +487,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: 2.0.41' . PHP_EOL;
$report .= ' SDK Package Version: 2.0.42' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down

0 comments on commit 011dce4

Please sign in to comment.