Skip to content

Commit 5990464

Browse files
Changed SDK patch Version
1 parent 1883e40 commit 5990464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Utility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public static function contentstackRequest($stack, $queryObject = '', $type = ''
395395
$Headers = Utility::headers($queryObject);
396396

397397
$request_headers = array();
398-
$request_headers[] = 'x-user-agent: contentstack-php/2.3.0';
398+
$request_headers[] = 'x-user-agent: contentstack-php/2.3.1';
399399
$request_headers[] = 'api_key: '.$Headers["api_key"];
400400
if (Utility::isLivePreview($queryObject)) {
401401
$request_headers[] = 'authorization: '.$queryObject->contentType->stack->live_preview['management_token'] ;

0 commit comments

Comments
 (0)