Skip to content

Commit

Permalink
Prepare Version 5.1.2
Browse files Browse the repository at this point in the history
- Remove PHP_Timer dependency - issue #155
- Add phpunit 7 compability - issue #155
- Fix capacity cleanup simulation
  • Loading branch information
Sebastian Feldmann committed Jul 29, 2018
1 parent 3c88627 commit a4b8ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function id() : string
}

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

Expand Down

0 comments on commit a4b8ce0

Please sign in to comment.