Skip to content

Commit 150a73b

Browse files
authored
Merge pull request #66 from messagebird/fix-forgotten-version-bump
Bump version to 1.9.5
2 parents 5905fbc + 41221dc commit 150a73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MessageBird/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Client
1313
const CHATAPI_ENDPOINT = 'https://chat.messagebird.com/1';
1414
const VOICEAPI_ENDPOINT = 'https://voice.messagebird.com';
1515

16-
const CLIENT_VERSION = '1.9.3';
16+
const CLIENT_VERSION = '1.9.5';
1717

1818
/**
1919
* @var string

0 commit comments

Comments
 (0)