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 9a1b5d6 commit 8475078Copy full SHA for 8475078
PHPUnit/Runner/Version.php
@@ -56,7 +56,7 @@
56
*/
57
class PHPUnit_Runner_Version
58
{
59
- const VERSION = '3.7.13';
+ const VERSION = '3.7.14';
60
protected static $version;
61
62
/**
package.xml
@@ -17,9 +17,9 @@
17
<email>sebastian@phpunit.de</email>
18
<active>yes</active>
19
</lead>
20
- <date>2013-01-13</date>
+ <date>2013-02-14</date>
21
<version>
22
- <release>3.7.13</release>
+ <release>3.7.14</release>
23
<api>3.7.0</api>
24
</version>
25
<stability>
0 commit comments