release: v2.9.4

This commit is contained in:
Nuno Maduro
2023-07-22 09:42:37 -05:00
parent 5637dfa75d
commit 705f19dd87
4 changed files with 30 additions and 6 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '2.9.2';
return '2.9.4';
}
function testDirectory(string $file = ''): string