From 95f4deb816266e4ffac55beeb138caa4d42691fd Mon Sep 17 00:00:00 2001 From: Shawn Iwinski Date: Fri, 23 Jun 2017 18:01:13 -0400 Subject: [PATCH] [ClientInterface] Fix VERSION for 6.3.0 release --- src/ClientInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClientInterface.php b/src/ClientInterface.php index 5a67b66bf..2050309de 100644 --- a/src/ClientInterface.php +++ b/src/ClientInterface.php @@ -12,7 +12,7 @@ */ interface ClientInterface { - const VERSION = '6.2.1'; + const VERSION = '6.3.0'; /** * Send an HTTP request.