Skip to content

Commit

Permalink
Bump version for Http\Client\Curl
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Feb 28, 2017
1 parent 446c08d commit 2beec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Client/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Curl extends Client
protected $curlHandler;

protected $parameters = array(
CURLOPT_USERAGENT => 'SocialConnect\Curl (https://github.com/socialconnect/common) v0.6',
CURLOPT_USERAGENT => 'SocialConnect\Curl (https://github.com/socialconnect/common) v1.0',
CURLOPT_HEADER => false,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_CONNECTTIMEOUT => 0,
Expand Down

0 comments on commit 2beec3b

Please sign in to comment.