Skip to content

Commit a4b8ce0

Browse files
author
Sebastian Feldmann
committed
Prepare Version 5.1.2
- Remove PHP_Timer dependency - issue #155 - Add phpunit 7 compability - issue #155 - Fix capacity cleanup simulation
1 parent 3c88627 commit a4b8ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function id() : string
4343
}
4444

4545
if (self::$version === null) {
46-
$version = new SebastianBergmann\Version('5.1.1', dirname(dirname(__DIR__)));
46+
$version = new SebastianBergmann\Version('5.1.2', dirname(dirname(__DIR__)));
4747
self::$version = $version->getVersion();
4848
}
4949

0 commit comments

Comments
 (0)