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

Updated the ClientInterface::VERSION (#2376)

This commit is contained in:
Tobias Nyholm 2019-10-18 13:32:11 +02:00 committed by GitHub
parent 5084d8e9f7
commit d55dab8d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ use Psr\Http\Message\UriInterface;
*/
interface ClientInterface
{
const VERSION = '6.3.3';
const VERSION = '6.4.0';
/**
* Send an HTTP request.