Skip to content

Commit 402c880

Browse files
committed
Fixed: client version
1 parent 97acc3e commit 402c880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

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

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

1818
protected string $basicAuth;
1919
protected string $baseUrl;

0 commit comments

Comments
 (0)