Skip to content

Commit 263fce6

Browse files
authored
Update client.ts
1 parent a39d9a5 commit 263fce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default class Client {
101101
initiateAxiosInstance(): Axios {
102102
// TO-DO: Revise the params
103103
const defaultHeaders = {
104-
'User-Agent': 'intercom-node-client/2.0.0',
104+
'User-Agent': 'intercom-node-client/3.0.0',
105105
Accept: 'application/json',
106106
};
107107

0 commit comments

Comments
 (0)