release: v2.9.1

This commit is contained in:
Nuno Maduro
2023-07-20 07:39:17 -05:00
parent 8fdb0b3d32
commit 9100913184
4 changed files with 7 additions and 3 deletions

View File

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