-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84424df
commit 22882f8
Showing
2 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
3.8.0 / 2024-02-12 | ||
|
||
3.8.0 / 2024-02-15 | ||
================== | ||
|
||
* Include support for 8.3 (#231) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
<?php | ||
Check failure on line 1 in lib/Version.php GitHub Actions / Coding standards
Check failure on line 1 in lib/Version.php GitHub Actions / Coding standards
Check failure on line 1 in lib/Version.php GitHub Actions / Coding standards
|
||
|
||
declare(strict_types=1); | ||
|
||
global $SEGMENT_VERSION; | ||
|
||
$SEGMENT_VERSION = '3.8.0'; | ||
$SEGMENT_VERSION = "3.8.0"; | ||
Check failure on line 3 in lib/Version.php GitHub Actions / Coding standards
|