release: v2.2.3

This commit is contained in:
Nuno Maduro
2023-03-24 11:26:54 +00:00
parent 2f2b51ce3d
commit 6c8970e0a3
4 changed files with 10 additions and 3 deletions

View File

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