release: v2.12.2

This commit is contained in:
Nuno Maduro
2023-08-07 10:29:25 +01:00
parent 331381eed5
commit e3a21384e6
4 changed files with 4 additions and 4 deletions

View File

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