diff --git a/src/ApiClient.php b/src/ApiClient.php index e7e92cf7..4dba117b 100644 --- a/src/ApiClient.php +++ b/src/ApiClient.php @@ -23,7 +23,7 @@ class ApiClient { - public const CLIENT_VERSION = '2.4.0'; + public const CLIENT_VERSION = '2.4.2'; public const AVAILABLE_ENDPOINTS = [ 'hs.workflows' => WorkflowsEndpoint::class,