We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2bc47 commit 1174b48Copy full SHA for 1174b48
1 file changed
src/AmoCRM/Client/AmoCRMApiRequest.php
@@ -36,7 +36,7 @@ class AmoCRMApiRequest
36
public const CONNECT_TIMEOUT = 5;
37
public const REQUEST_TIMEOUT = 20;
38
//TODO Do not forget to change this on each release
39
- public const LIBRARY_VERSION = '1.9.1';
+ public const LIBRARY_VERSION = '1.15.0';
40
public const USER_AGENT = 'amoCRM-API-Library/' . self::LIBRARY_VERSION;
41
42
public const SUCCESS_STATUSES = [
0 commit comments