Skip to content

Commit ab5efa6

Browse files
author
Passiv Ops
committed
Version Bump SDKs
1 parent ce369ea commit ab5efa6

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-
444451ff-abd2-44cf-8b2c-6a92353335a8
1+
89e3db9b-79e8-4871-8e7f-7a695e3e9512

README.md

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

77
Connect brokerage accounts to your app for live positions and trading
88

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

1212
</div>
@@ -99,7 +99,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
9999
}
100100
],
101101
"require": {
102-
"konfig/snaptrade-php-7-sdk": "2.0.153"
102+
"konfig/snaptrade-php-7-sdk": "2.0.154"
103103
}
104104
}
105105
```

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Configuration
9797
*
9898
* @var string
9999
*/
100-
protected $userAgent = 'Konfig/2.0.153/PHP7';
100+
protected $userAgent = 'Konfig/2.0.154/PHP7';
101101

102102
/**
103103
* Debug switch (default set to false)
@@ -487,7 +487,7 @@ public static function toDebugReport()
487487
$report .= ' OS: ' . php_uname() . PHP_EOL;
488488
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
489489
$report .= ' The version of the OpenAPI document: 1.0.0' . PHP_EOL;
490-
$report .= ' SDK Package Version: 2.0.153' . PHP_EOL;
490+
$report .= ' SDK Package Version: 2.0.154' . PHP_EOL;
491491
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
492492

493493
return $report;

0 commit comments

Comments
 (0)