release: v1.22.3

This commit is contained in:
Nuno Maduro
2022-12-07 14:31:55 +00:00
parent e337a52cda
commit b58a020423
2 changed files with 5 additions and 1 deletions

View File

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