Skip to content

Commit 195f7a3

Browse files
committed
Release 3.8.1
1 parent 3fe22ea commit 195f7a3

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
3.8.1 / 2025-01-27
3+
==================
4+
5+
* Convert the exec output to string (#239)
6+
27
3.8.0 / 2024-02-15
38
==================
49

lib/Version.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
<?php
2-
3-
declare(strict_types=1);
4-
52
global $SEGMENT_VERSION;
6-
7-
$SEGMENT_VERSION = '3.8.0';
3+
$SEGMENT_VERSION = "3.8.1";

0 commit comments

Comments
 (0)