From d11f9171523bda1f6eb85aef1507af37828459c6 Mon Sep 17 00:00:00 2001 From: Philip Clifton Date: Tue, 7 Mar 2017 15:09:04 +0000 Subject: [PATCH] Set the version for next release --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 4645b58..29fa91e 100644 --- a/src/Client.php +++ b/src/Client.php @@ -23,7 +23,7 @@ class Client /** * @var string */ - const version = '1.3.1'; + const version = '1.3.2'; /** * Client constructor.