Skip to content

Commit

Permalink
Release 3.8.1 (#240)
Browse files Browse the repository at this point in the history
* Release 3.8.1

* Fixing code standard problems caused by release script
  • Loading branch information
MichaelGHSeg authored Jan 27, 2025
1 parent 3fe22ea commit 218d50a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

3.8.1 / 2025-01-27
==================

* Convert the exec output to string (#239)

3.8.0 / 2024-02-15
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

global $SEGMENT_VERSION;

$SEGMENT_VERSION = '3.8.0';
$SEGMENT_VERSION = '3.8.1';

0 comments on commit 218d50a

Please sign in to comment.