1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 18:13:00 +01:00

Version constant update

This commit is contained in:
Michael Dowling 2015-05-25 16:48:35 -07:00
parent 99546a4171
commit a5d5aa99e4

View File

@ -11,7 +11,7 @@ use Psr\Http\Message\UriInterface;
*/
interface ClientInterface
{
const VERSION = '6.0.0-beta.1';
const VERSION = '6.0.0';
/**
* Send an HTTP request.