release: v1.21.0

This commit is contained in:
Nuno Maduro
2021-11-17 10:54:00 +00:00
parent a110848f9b
commit 11eb1903c2
8 changed files with 301 additions and 9 deletions

View File

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