Skip to content

Commit

Permalink
Merge pull request #132 from WyriHaximus/create-pull-request/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus authored Sep 24, 2024
2 parents fe292d0 + 94e9180 commit 085c502
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

final class Versions
{
const FUTURE = '9.438.481';
const CURRENT = '8.480.501';
const ACTUAL = '8.3.11';
const FUTURE = '9.441.450';
const CURRENT = '8.495.528';
const ACTUAL = '8.3.12';
}
6 changes: 3 additions & 3 deletions src/versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

namespace WyriHaximus\FakePHPVersion;

const FUTURE = '9.438.481';
const CURRENT = '8.480.501';
const ACTUAL = '8.3.11';
const FUTURE = '9.441.450';
const CURRENT = '8.495.528';
const ACTUAL = '8.3.12';

0 comments on commit 085c502

Please sign in to comment.