From 69fe30d03a3243bda4ccad5dfb84709e1115a561 Mon Sep 17 00:00:00 2001 From: Ben Kuhl Date: Thu, 16 May 2019 10:20:24 -0400 Subject: [PATCH] v2.2.5 --- src/ApiClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiClient.php b/src/ApiClient.php index 82662bd2..45887c2e 100644 --- a/src/ApiClient.php +++ b/src/ApiClient.php @@ -21,7 +21,7 @@ class ApiClient { - public const CLIENT_VERSION = '2.2.4'; + public const CLIENT_VERSION = '2.2.5'; public const AVAILABLE_ENDPOINTS = [ 'hs.workflows' => WorkflowsEndpoint::class,