Skip to content

Commit

Permalink
Release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg committed Feb 15, 2024
1 parent 84424df commit 22882f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion HISTORY.md
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)
Expand Down
6 changes: 1 addition & 5 deletions lib/Version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<?php

Check failure on line 1 in lib/Version.php

View workflow job for this annotation

GitHub Actions / Coding standards

Header blocks must be separated by a single blank line

Check failure on line 1 in lib/Version.php

View workflow job for this annotation

GitHub Actions / Coding standards

Missing declare(strict_types=1).

Check failure on line 1 in lib/Version.php

View workflow job for this annotation

GitHub Actions / Coding standards

Header blocks must be separated by a single blank line

Check failure on line 1 in lib/Version.php

View workflow job for this annotation

GitHub Actions / Coding standards

Missing declare(strict_types=1).

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

View workflow job for this annotation

GitHub Actions / Coding standards

String "3.8.0" does not require double quotes; use single quotes instead

Check failure on line 3 in lib/Version.php

View workflow job for this annotation

GitHub Actions / Coding standards

String "3.8.0" does not require double quotes; use single quotes instead

0 comments on commit 22882f8

Please sign in to comment.