release: v2.19.0

This commit is contained in:
Nuno Maduro
2023-09-19 10:48:34 +01:00
parent 0d114e21fd
commit 5e74e5a19d

View File

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