From 4fdfca53eeb6dd85214a20c065c8e5dd30a7e50e Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Apr 2026 20:21:29 +0300 Subject: [PATCH] tag 1.6.2 --- src/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api.php b/src/Api.php index 2c84056..1417e8e 100644 --- a/src/Api.php +++ b/src/Api.php @@ -48,7 +48,7 @@ use RuntimeException; */ class Api { - public const string LIBRARY_VERSION = '1.6.1'; + public const string LIBRARY_VERSION = '1.6.2'; public const string API_VERSION = '1.2.5';