We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c88627 commit a4b8ce0Copy full SHA for a4b8ce0
src/Version.php
@@ -43,7 +43,7 @@ public static function id() : string
43
}
44
45
if (self::$version === null) {
46
- $version = new SebastianBergmann\Version('5.1.1', dirname(dirname(__DIR__)));
+ $version = new SebastianBergmann\Version('5.1.2', dirname(dirname(__DIR__)));
47
self::$version = $version->getVersion();
48
49
0 commit comments