Skip to content

Commit 9911657

Browse files
committed
GRAL-3076 Updated user agent with the next client version
1 parent 6678d9a commit 9911657

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-4.0.0';
27+
const USER_AGENT = 'Pipedrive-SDK-PHP-4.0.3';
2828

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

0 commit comments

Comments
 (0)