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 c0fc114 commit 8dd3ccbCopy full SHA for 8dd3ccb
src/Controllers/BaseController.php
@@ -24,7 +24,7 @@ class BaseController
24
* User-agent to be sent with API calls
25
* @var string
26
*/
27
- const USER_AGENT = 'Pipedrive-SDK-PHP-3.0.0';
+ const USER_AGENT = 'Pipedrive-SDK-PHP-3.1.1';
28
29
/**
30
* HttpCallBack instance associated with this controller
0 commit comments