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 fca5bc6 commit a80b77dCopy full SHA for a80b77d
package.xml
@@ -17,9 +17,9 @@
17
<email>sebastian@phpunit.de</email>
18
<active>yes</active>
19
</lead>
20
- <date>2014-03-26</date>
+ <date>2014-03-28</date>
21
<version>
22
- <release>4.0.13</release>
+ <release>4.0.14</release>
23
<api>4.0.0</api>
24
</version>
25
<stability>
src/Runner/Version.php
@@ -71,7 +71,7 @@ public static function id()
71
}
72
73
if (self::$version === null) {
74
- $version = new SebastianBergmann\Version('4.0.13', dirname(dirname(__DIR__)));
+ $version = new SebastianBergmann\Version('4.0.14', dirname(dirname(__DIR__)));
75
self::$version = $version->getVersion();
76
77
0 commit comments