release: v2.19.1

This commit is contained in:
Nuno Maduro
2023-09-19 11:01:29 +01:00
parent 5e74e5a19d
commit 876629b744
4 changed files with 8 additions and 7 deletions

View File

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