Skip to content

Commit c971af4

Browse files
authored
Merge pull request #138 from WyriHaximus/create-pull-request/patch
2 parents fa6c388 + c24a6b3 commit c971af4

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.500.502';
8-
const CURRENT = '8.552.548';
9-
const ACTUAL = '8.4.2';
7+
const FUTURE = '9.508.512';
8+
const CURRENT = '8.568.561';
9+
const ACTUAL = '8.4.3';
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.500.502';
6-
const CURRENT = '8.552.548';
7-
const ACTUAL = '8.4.2';
5+
const FUTURE = '9.508.512';
6+
const CURRENT = '8.568.561';
7+
const ACTUAL = '8.4.3';

0 commit comments

Comments
 (0)