Skip to content

Commit

Permalink
fix version number (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Bucur authored Jun 30, 2021
1 parent 398eb89 commit 128c781
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 @@ -19,7 +19,7 @@ class Client
const ENABLE_CONVERSATIONSAPI_WHATSAPP_SANDBOX = 'ENABLE_CONVERSATIONSAPI_WHATSAPP_SANDBOX';
const CONVERSATIONSAPI_WHATSAPP_SANDBOX_ENDPOINT = 'https://whatsapp-sandbox.messagebird.com/v1';

const CLIENT_VERSION = '2.0.0-prerelease';
const CLIENT_VERSION = '2.0.1';

/**
* @var string
Expand Down

0 comments on commit 128c781

Please sign in to comment.