Skip to content

Commit

Permalink
Chore: Bump Client Version (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Bucur authored Mar 4, 2022
1 parent e6d28a8 commit c2aa9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MessageBird/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Client
public const ENABLE_CONVERSATIONSAPI_WHATSAPP_SANDBOX = 'ENABLE_CONVERSATIONSAPI_WHATSAPP_SANDBOX';
public const CONVERSATIONSAPI_WHATSAPP_SANDBOX_ENDPOINT = 'https://whatsapp-sandbox.messagebird.com/v1';

const CLIENT_VERSION = '2.1.0';
const CLIENT_VERSION = '3.0.0';

/**
* @var Resources\Messages
Expand Down

0 comments on commit c2aa9e2

Please sign in to comment.