release: v2.1.0

This commit is contained in:
Nuno Maduro
2023-03-21 17:04:03 +00:00
parent e1e4f8d884
commit c34f649724
4 changed files with 11 additions and 3 deletions

View File

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