release: v2.2.1

This commit is contained in:
Nuno Maduro
2023-03-22 11:20:25 +00:00
parent 4b6c949032
commit 221ac62f03
4 changed files with 11 additions and 3 deletions

View File

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