release: v1.21.2

This commit is contained in:
Nuno Maduro
2022-03-05 19:34:40 +00:00
parent 1066c2270d
commit 63f009fadf
4 changed files with 9 additions and 7 deletions

View File

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