From 490704ed433424b2fa14cc02eb4760b365fd3815 Mon Sep 17 00:00:00 2001 From: Ben Kuhl Date: Fri, 22 Nov 2019 09:10:31 -0500 Subject: [PATCH] 2.5.0 --- src/ApiClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiClient.php b/src/ApiClient.php index 4dba117b..28365e6b 100644 --- a/src/ApiClient.php +++ b/src/ApiClient.php @@ -23,7 +23,7 @@ class ApiClient { - public const CLIENT_VERSION = '2.4.2'; + public const CLIENT_VERSION = '2.5.0'; public const AVAILABLE_ENDPOINTS = [ 'hs.workflows' => WorkflowsEndpoint::class,