From 496aeb3fdb4c7e406c29c0fcaa4b1a49fd52e610 Mon Sep 17 00:00:00 2001 From: Aleksandr Soloshenko Date: Tue, 17 Sep 2024 19:26:24 +0700 Subject: [PATCH] [chore] update user agent version --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index c784793..842ed7f 100644 --- a/src/Client.php +++ b/src/Client.php @@ -14,7 +14,7 @@ class Client { public const DEFAULT_URL = 'https://sms.capcom.me/api/3rdparty/v1'; - public const USER_AGENT_TEMPLATE = 'android-sms-gateway/1.1 (client; php %s)'; + public const USER_AGENT_TEMPLATE = 'android-sms-gateway/2.0 (client; php %s)'; protected string $basicAuth; protected string $baseUrl;