Skip to content

Commit c7e9e4b

Browse files
Prepare release
1 parent cad11af commit c7e9e4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</lead>
2020
<date>2014-03-17</date>
2121
<version>
22-
<release>4.0.8</release>
22+
<release>4.0.9</release>
2323
<api>4.0.0</api>
2424
</version>
2525
<stability>

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static function id()
7171
}
7272

7373
if (self::$version === null) {
74-
$version = new SebastianBergmann\Version('4.0.8', dirname(dirname(__DIR__)));
74+
$version = new SebastianBergmann\Version('4.0.9', dirname(dirname(__DIR__)));
7575
self::$version = $version->getVersion();
7676
}
7777

0 commit comments

Comments
 (0)