Skip to content

Commit

Permalink
Fixed useragent version
Browse files Browse the repository at this point in the history
  • Loading branch information
tfountain committed Mar 13, 2018
1 parent f2e53ff commit df0b923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/BaseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ abstract class BaseClient
* @var array
*/
protected $httpClientConfig = array(
'useragent' => 'Dyn PHP SDK v0.7.1',
'useragent' => 'Dyn PHP SDK v0.10.2',
'maxredirects' => 5,
'timeout' => 300
);
Expand Down

0 comments on commit df0b923

Please sign in to comment.