Skip to content

Commit 8dd3ccb

Browse files
committed
Fixed user agent
1 parent c0fc114 commit 8dd3ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/BaseController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class BaseController
2424
* User-agent to be sent with API calls
2525
* @var string
2626
*/
27-
const USER_AGENT = 'Pipedrive-SDK-PHP-3.0.0';
27+
const USER_AGENT = 'Pipedrive-SDK-PHP-3.1.1';
2828

2929
/**
3030
* HttpCallBack instance associated with this controller

0 commit comments

Comments
 (0)