Skip to content

Commit aec85ca

Browse files
committed
deprecate Version constant
1 parent effbd05 commit aec85ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/MessageBird/Client.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ class Client
1616
const CONVERSATIONSAPI_ENDPOINT = 'https://conversations.messagebird.com/v1';
1717
const VOICEAPI_ENDPOINT = 'https://voice.messagebird.com';
1818

19-
const CLIENT_VERSION = '1.14.1';
19+
/**
20+
* @deprecated 1.15.0
21+
*/
22+
const CLIENT_VERSION = 'DEPRECATED';
2023
const PACKAGE_NAME = 'messagebird/php-rest-api';
2124

2225
/**

0 commit comments

Comments
 (0)