release: v2.2.0

This commit is contained in:
Nuno Maduro
2023-03-22 10:05:58 +00:00
parent 341ba56bb9
commit 7a699e16db
4 changed files with 13 additions and 3 deletions

View File

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