release: v2.2.2

This commit is contained in:
Nuno Maduro
2023-03-23 21:48:55 +00:00
parent 3ce6408195
commit cc6bd59df9
4 changed files with 8 additions and 3 deletions

View File

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