release: v2.9.0

This commit is contained in:
Nuno Maduro
2023-07-19 10:28:49 -05:00
parent c8287567eb
commit 8322ff0f5e
4 changed files with 7 additions and 3 deletions

View File

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