From 5b0ccd6f4ae43a173261eeea8dd07c29c50b2a44 Mon Sep 17 00:00:00 2001 From: ComplyCube <76258677+ComplyCubeTech@users.noreply.github.com> Date: Tue, 9 Nov 2021 11:18:24 +0000 Subject: [PATCH] Update ApiClient.php --- lib/ApiClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ApiClient.php b/lib/ApiClient.php index 4d64a74..5772f6d 100644 --- a/lib/ApiClient.php +++ b/lib/ApiClient.php @@ -12,7 +12,7 @@ class ApiClient { /** @var integer */ - const VERSION = '1.0.0'; + const VERSION = '1.1.2'; /** @var string ComplyCube API key from developer dashboard */ private $apiKey;