Skip to content

Commit ba1bff7

Browse files
snaptrade-sdks[bot]Passiv Ops
andauthored
Version Bump SDKs (#243)
Co-authored-by: Passiv Ops <passiv-ops@passiv.com>
1 parent 4821b8d commit ba1bff7

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-
3c93813b-9c43-4421-96d1-d972ccb22f11
1+
6c14a99e-7c60-4527-bbad-5055348f464b

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.145-blue)](https://packagist.org/packages/konfig/snaptrade-php-7-sdk)
9+
[![Packagist](https://img.shields.io/badge/Packagist-v2.0.146-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.145"
102+
"konfig/snaptrade-php-7-sdk": "2.0.146"
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.145/PHP7';
100+
protected $userAgent = 'Konfig/2.0.146/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.145' . PHP_EOL;
490+
$report .= ' SDK Package Version: 2.0.146' . PHP_EOL;
491491
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
492492

493493
return $report;

0 commit comments

Comments
 (0)