Skip to content

Commit 34d9374

Browse files
authored
Merge pull request #302 from intuit/update-ua
Update user agent for the recent release.
2 parents 9cb7511 + 473738d commit 34d9374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/CoreConstants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ class CoreConstants
298298
* The Request source header value.
299299
* @var string REQUESTSOURCEHEADER
300300
*/
301-
const USERAGENT = "V3PHPSDK5.3.5";
301+
const USERAGENT = "V3PHPSDK5.3.6";
302302

303303
public static function getType($string, $return=1)
304304
{

0 commit comments

Comments
 (0)