Skip to content

Commit 2ab302e

Browse files
sramadasssramadass
sramadass
authored and
sramadass
committed
Version release for fixing php8 deprecation errors
1 parent deaf73f commit 2ab302e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/CoreConstants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class CoreConstants
297297
* The Request source header value.
298298
* @var string REQUESTSOURCEHEADER
299299
*/
300-
const USERAGENT = "V3PHPSDK6.0.6";
300+
const USERAGENT = "V3PHPSDK6.1.0";
301301

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

0 commit comments

Comments
 (0)