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 c30d791 commit 2f33258Copy full SHA for 2f33258
PHPUnit/Runner/Version.php
@@ -56,7 +56,7 @@
56
*/
57
class PHPUnit_Runner_Version
58
{
59
- const VERSION = '3.7.29';
+ const VERSION = '3.7.30';
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>2014-01-15</date>
+ <date>2014-01-31</date>
21
<version>
22
- <release>3.7.29</release>
+ <release>3.7.30</release>
23
<api>3.7.0</api>
24
</version>
25
<stability>
0 commit comments