release: v2.10.1

This commit is contained in:
Nuno Maduro
2023-07-31 11:58:13 +01:00
parent 6820d8b7aa
commit 4de70da0a0
6 changed files with 23 additions and 5 deletions

View File

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