Skip to content

Commit 2cab672

Browse files
authored
Merge pull request #157 from WyriHaximus/create-pull-request/patch
2 parents 5aa8cc8 + 4be00f1 commit 2cab672

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/Versions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
final class Versions
66
{
7-
const FUTURE = '9.604.603';
8-
const CURRENT = '8.688.701';
9-
const ACTUAL = '8.4.11';
7+
const FUTURE = '9.624.664';
8+
const CURRENT = '8.696.748';
9+
const ACTUAL = '8.4.12';
1010
}

src/versions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
namespace WyriHaximus\FakePHPVersion;
44

5-
const FUTURE = '9.604.603';
6-
const CURRENT = '8.688.701';
7-
const ACTUAL = '8.4.11';
5+
const FUTURE = '9.624.664';
6+
const CURRENT = '8.696.748';
7+
const ACTUAL = '8.4.12';

0 commit comments

Comments
 (0)