release: v1.20.0

This commit is contained in:
Nuno Maduro
2021-09-25 13:52:12 +01:00
parent 78ffc491e9
commit ba06c5a76d
2 changed files with 12 additions and 1 deletions

View File

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