Skip to content

Commit ec94154

Browse files
committed
Dump version
1 parent 987f756 commit ec94154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function id()
3232
}
3333

3434
if (self::$version === null) {
35-
$version = new Version('4.8.35', dirname(dirname(__DIR__)));
35+
$version = new Version('4.8.41', dirname(dirname(__DIR__)));
3636
self::$version = $version->getVersion();
3737
}
3838

0 commit comments

Comments
 (0)