Skip to content

Commit d4d8329

Browse files
committed
bump version
1 parent 2ccf425 commit d4d8329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ private function createRequest(string $method, string $uri, array $body = []): R
926926
$headers = [
927927
'Accept' => 'application/json',
928928
'Content-Type' => 'application/json',
929-
'User-Agent' => 'ymir-sdk-php/1.2.1',
929+
'User-Agent' => 'ymir-sdk-php/1.3.0',
930930
];
931931
$method = strtolower($method);
932932

0 commit comments

Comments
 (0)