release: v2.10.0

This commit is contained in:
Nuno Maduro
2023-07-30 23:52:43 +01:00
parent f3f35a2ed1
commit 5f7a1663dd
3 changed files with 3 additions and 3 deletions

View File

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