Skip to content

Commit

Permalink
Bump PHP SDK to 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
romainneutron committed Feb 19, 2024
1 parent 0812cdf commit 377f6d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Blackfire PHP-SDK Changelog
===========================

* 2.3.8 (2024-02-19)

* Fix CS

* 2.3.7 (2024-01-08)

* Fix CS
Expand Down
2 changes: 1 addition & 1 deletion src/Blackfire/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Client
{
const MAX_RETRY = 60;
const NO_REFERENCE_ID = '00000000-0000-0000-0000-000000000000';
const VERSION = '2.3.7';
const VERSION = '2.3.8';

private $config;
private $collabTokens;
Expand Down

0 comments on commit 377f6d8

Please sign in to comment.