We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987f756 commit ec94154Copy full SHA for ec94154
src/Runner/Version.php
@@ -32,7 +32,7 @@ public static function id()
32
}
33
34
if (self::$version === null) {
35
- $version = new Version('4.8.35', dirname(dirname(__DIR__)));
+ $version = new Version('4.8.41', dirname(dirname(__DIR__)));
36
self::$version = $version->getVersion();
37
38
0 commit comments