From 6d9ce72cb7c675bade2ef5e15acb93669f3ec0ec Mon Sep 17 00:00:00 2001 From: Jakob Perry Date: Wed, 28 Mar 2018 09:12:01 -0700 Subject: [PATCH] Contenthub Version 1.3 release. --- src/ContentHub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ContentHub.php b/src/ContentHub.php index 6a7e041e..9dc330c4 100644 --- a/src/ContentHub.php +++ b/src/ContentHub.php @@ -11,7 +11,7 @@ class ContentHub extends Client { // Override VERSION inherited from GuzzleHttp::ClientInterface - const VERSION = '1.2.1'; + const VERSION = '1.3.0'; const LIBRARYNAME = 'AcquiaContentHubPHPLib'; private $adapter;