From 2c8eeac1ba1c0fdbe0ea8d99ffebdc8168babe00 Mon Sep 17 00:00:00 2001 From: Nikita Date: Mon, 4 Sep 2023 13:19:52 +0500 Subject: [PATCH] fix version --- 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 e4859c1..edd4437 100644 --- a/src/AmoCRM/Client/AmoCRMApiRequest.php +++ b/src/AmoCRM/Client/AmoCRMApiRequest.php @@ -36,7 +36,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.4'; + public const LIBRARY_VERSION = '1.1.0'; public const USER_AGENT = 'amoCRM-API-Library/' . self::LIBRARY_VERSION; public const SUCCESS_STATUSES = [