release: v2.0.1

This commit is contained in:
Nuno Maduro
2023-03-20 11:02:54 +00:00
parent 8f91f40e8e
commit e3ab27e2ec
4 changed files with 10 additions and 3 deletions

View File

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