Skip to content

Commit 3ac3b3a

Browse files
authored
Merge pull request #134 from WyriHaximus/create-pull-request/patch
2 parents 8551171 + cd8cfc1 commit 3ac3b3a

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.447.467';
8-
const CURRENT = '8.498.560';
9-
const ACTUAL = '8.3.13';
7+
const FUTURE = '9.456.489';
8+
const CURRENT = '8.504.526';
9+
const ACTUAL = '8.3.14';
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.447.467';
6-
const CURRENT = '8.498.560';
7-
const ACTUAL = '8.3.13';
5+
const FUTURE = '9.456.489';
6+
const CURRENT = '8.504.526';
7+
const ACTUAL = '8.3.14';

0 commit comments

Comments
 (0)