Skip to content

Commit abd1426

Browse files
Version Bump SDKs
1 parent b49a6de commit abd1426

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-
a3dd9305-648e-4e1a-a12f-43ccc2513335
1+
bcf01185-de7e-42fd-84d6-100100588c5f

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.40-blue)](https://packagist.org/packages/konfig/snaptrade-php-7-sdk)
9+
[![Packagist](https://img.shields.io/badge/Packagist-v2.0.41-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>
@@ -86,7 +86,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
8686
}
8787
],
8888
"require": {
89-
"konfig/snaptrade-php-7-sdk": "2.0.40"
89+
"konfig/snaptrade-php-7-sdk": "2.0.41"
9090
}
9191
}
9292
```

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

493493
return $report;

0 commit comments

Comments
 (0)