Skip to content

Commit 079b069

Browse files
committed
Update Utility.php
-Update the version bump
1 parent 54f9652 commit 079b069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Support/Utility.php

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

412412
$request_headers = array();
413-
$request_headers[] = 'x-user-agent: contentstack-php/2.5.0';
413+
$request_headers[] = 'x-user-agent: contentstack-php/2.6.0';
414414
$request_headers[] = 'api_key: '.$Headers["api_key"];
415415
if (Utility::isLivePreview($queryObject)) {
416416
$request_headers[] = 'authorization: '.$queryObject->contentType->stack->live_preview['management_token'] ;

0 commit comments

Comments
 (0)