We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb632f commit 4438cddCopy full SHA for 4438cdd
src/Intercom/IntercomAbstractClient.php
@@ -17,7 +17,7 @@ abstract class IntercomAbstractClient extends Client
17
/** @var string */
18
const DEFAULT_ACCEPT_HEADER = 'application/json';
19
20
- const USER_AGENT = 'intercom-php/1.0.0-b1';
+ const USER_AGENT = 'intercom-php/1.0.0-b2';
21
22
23
/**
0 commit comments