Skip to content

Commit

Permalink
[chore] update user agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Sep 21, 2024
1 parent 3d22b82 commit 496aeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 496aeb3

Please sign in to comment.