Skip to content

Commit 1174b48

Browse files
authored
Update library version to 1.15.0
1 parent 0e2bc47 commit 1174b48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AmoCRM/Client/AmoCRMApiRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class AmoCRMApiRequest
3636
public const CONNECT_TIMEOUT = 5;
3737
public const REQUEST_TIMEOUT = 20;
3838
//TODO Do not forget to change this on each release
39-
public const LIBRARY_VERSION = '1.9.1';
39+
public const LIBRARY_VERSION = '1.15.0';
4040
public const USER_AGENT = 'amoCRM-API-Library/' . self::LIBRARY_VERSION;
4141

4242
public const SUCCESS_STATUSES = [

0 commit comments

Comments
 (0)