release: v1.22.0

This commit is contained in:
Nuno Maduro
2022-08-28 22:32:39 +01:00
parent 8e695d62e9
commit 1c2f1facac
2 changed files with 5 additions and 1 deletions

View File

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