Skip to content

Commit 496aeb3

Browse files
committed
[chore] update user agent version
1 parent 3d22b82 commit 496aeb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class Client {
1616
public const DEFAULT_URL = 'https://sms.capcom.me/api/3rdparty/v1';
17-
public const USER_AGENT_TEMPLATE = 'android-sms-gateway/1.1 (client; php %s)';
17+
public const USER_AGENT_TEMPLATE = 'android-sms-gateway/2.0 (client; php %s)';
1818

1919
protected string $basicAuth;
2020
protected string $baseUrl;

0 commit comments

Comments
 (0)