Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 29c688f

Browse files
committed
update version to 2.8.0
1 parent d09341e commit 29c688f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Stuart/Infrastructure/HttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private function defaultHeaders()
8585
{
8686
return [
8787
'Authorization' => 'Bearer ' . $this->authenticator->getAccessToken(),
88-
'User-Agent' => 'stuart-php-client/2.6.0',
88+
'User-Agent' => 'stuart-php-client/2.8.0',
8989
'Content-Type' => 'application/json'
9090
];
9191
}

tests/Stuart/tests/Infrastructure/HttpClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class HttpClientTest extends \PHPUnit_Framework_TestCase
1717

1818
private $container;
1919

20-
const PHP_CLIENT_USER_AGENT = 'stuart-php-client/2.6.0';
20+
const PHP_CLIENT_USER_AGENT = 'stuart-php-client/2.8.0';
2121

2222
public function setUp()
2323
{

0 commit comments

Comments
 (0)