Skip to content

Commit 2c7021a

Browse files
author
Passiv Ops
committed
Version Bump SDKs
1 parent d29f8d1 commit 2c7021a

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-
e216d59f-98f9-43b2-bb66-8945f4d1e0b5
1+
44ee0dff-4416-4311-8e55-469b27c84d1b

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.143-blue)](https://packagist.org/packages/konfig/snaptrade-php-7-sdk)
9+
[![Packagist](https://img.shields.io/badge/Packagist-v2.0.144-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>
@@ -97,7 +97,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
9797
}
9898
],
9999
"require": {
100-
"konfig/snaptrade-php-7-sdk": "2.0.143"
100+
"konfig/snaptrade-php-7-sdk": "2.0.144"
101101
}
102102
}
103103
```

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.143/PHP7';
100+
protected $userAgent = 'Konfig/2.0.144/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.143' . PHP_EOL;
490+
$report .= ' SDK Package Version: 2.0.144' . PHP_EOL;
491491
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
492492

493493
return $report;

0 commit comments

Comments
 (0)