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,