Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Dec 2, 2024
1 parent 506afbb commit a95a5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"name": "courier/courier",
"version": "2.0.0",
"version": "v2.0.2",
"description": "Courier PHP Library",
"keywords": [
"courier",
Expand Down
2 changes: 1 addition & 1 deletion src/CourierClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function __construct(
'Authorization' => "Bearer $authorizationToken",
'X-Fern-Language' => 'PHP',
'X-Fern-SDK-Name' => 'Courier',
'X-Fern-SDK-Version' => '2.0.0',
'X-Fern-SDK-Version' => 'v2.0.2',
];

$this->options = $options ?? [];
Expand Down

0 comments on commit a95a5c0

Please sign in to comment.