Skip to content

Commit 2047ae1

Browse files
Prepare release
1 parent b91e994 commit 2047ae1

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
@@ -36,7 +36,7 @@ public static function id()
3636
}
3737

3838
if (self::$version === null) {
39-
$version = new SebastianBergmann\Version('4.4.3', dirname(dirname(__DIR__)));
39+
$version = new SebastianBergmann\Version('4.4.4', dirname(dirname(__DIR__)));
4040
self::$version = $version->getVersion();
4141
}
4242

0 commit comments

Comments
 (0)