release: v2.20.0

This commit is contained in:
Nuno Maduro
2023-09-29 19:05:52 +01:00
parent 56610d886d
commit a8b785f69e
5 changed files with 17 additions and 5 deletions

View File

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