From dd295efc3de5354b209ff923b707103d4f08fb41 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 22 Mar 2026 09:23:35 +0300 Subject: [PATCH] tag 1.6.0 --- src/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api.php b/src/Api.php index 296f8b7..170d725 100644 --- a/src/Api.php +++ b/src/Api.php @@ -48,7 +48,7 @@ use RuntimeException; */ class Api { - public const string LIBRARY_VERSION = '1.5.1'; + public const string LIBRARY_VERSION = '1.6.0'; public const string API_VERSION = '1.2.5';