release: v2.0.2

This commit is contained in:
Nuno Maduro
2023-03-20 17:51:54 +00:00
parent 522ac55d5f
commit a4932e41de
2 changed files with 6 additions and 3 deletions

View File

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