Skip to content

Commit

Permalink
Update CourierClient.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Dec 2, 2024
1 parent 73f4b7c commit 8b7f8af
Showing 1 changed file with 1 addition and 1 deletion.
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' => '1.13.0',
'X-Fern-SDK-Version' => '2.0.0',
];

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

0 comments on commit 8b7f8af

Please sign in to comment.