From d68301fb49cdeff64fc6a4014a260354bad2d5e7 Mon Sep 17 00:00:00 2001 From: Nikita Date: Tue, 30 May 2023 23:59:51 +0500 Subject: [PATCH] version up --- src/AmoCRM/Client/AmoCRMApiRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AmoCRM/Client/AmoCRMApiRequest.php b/src/AmoCRM/Client/AmoCRMApiRequest.php index 6c00332..8e46e5b 100644 --- a/src/AmoCRM/Client/AmoCRMApiRequest.php +++ b/src/AmoCRM/Client/AmoCRMApiRequest.php @@ -35,7 +35,7 @@ class AmoCRMApiRequest public const CONNECT_TIMEOUT = 5; public const REQUEST_TIMEOUT = 20; //TODO Do not forget to change this on each release - public const LIBRARY_VERSION = '1.0.0'; + public const LIBRARY_VERSION = '1.0.2'; public const USER_AGENT = 'amoCRM-API-Library/' . self::LIBRARY_VERSION; public const SUCCESS_STATUSES = [