release: v2.22.0

This commit is contained in:
Nuno Maduro
2023-10-10 08:45:41 +01:00
parent 4be97ed314
commit a312cecede
5 changed files with 12 additions and 5 deletions

View File

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