Skip to content

Commit bc76a65

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent d3ffa0a commit bc76a65

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/Versions.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
final class Versions
66
{
7-
const FUTURE = '9.476.456';
8-
const CURRENT = '8.524.504';
9-
const ACTUAL = '8.4.0';
7+
const FUTURE = '9.492.478';
8+
const CURRENT = '8.544.527';
9+
const ACTUAL = '8.4.1';
1010
}

src/versions.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
namespace WyriHaximus\FakePHPVersion;
44

5-
const FUTURE = '9.476.456';
6-
const CURRENT = '8.524.504';
7-
const ACTUAL = '8.4.0';
5+
const FUTURE = '9.492.478';
6+
const CURRENT = '8.544.527';
7+
const ACTUAL = '8.4.1';

0 commit comments

Comments
 (0)