Skip to content

Commit

Permalink
Merge pull request #1864 from siwinski/pr-fix-5.3.6-client-version
Browse files Browse the repository at this point in the history
[ClientInterface] Fix VERSION for 6.3.0 release
  • Loading branch information
sagikazarmark committed Jun 23, 2017
2 parents f4db5a7 + 95f4deb commit b29b37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
interface ClientInterface
{
const VERSION = '6.2.1';
const VERSION = '6.3.0';

/**
* Send an HTTP request.
Expand Down

0 comments on commit b29b37f

Please sign in to comment.