We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43c27a commit 6a5e49aCopy full SHA for 6a5e49a
src/Runner/Version.php
@@ -71,7 +71,7 @@ public static function id()
71
}
72
73
if (self::$version === null) {
74
- $version = new SebastianBergmann\Version('4.4.0', dirname(dirname(__DIR__)));
+ $version = new SebastianBergmann\Version('4.4.1', dirname(dirname(__DIR__)));
75
self::$version = $version->getVersion();
76
77
0 commit comments