Skip to content

Commit 22882f8

Browse files
committed
Release 3.8.0
1 parent 84424df commit 22882f8

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
3.8.0 / 2024-02-12
1+
2+
3.8.0 / 2024-02-15
23
==================
34

45
* Include support for 8.3 (#231)

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.0";

0 commit comments

Comments
 (0)