release: v2.12.1

This commit is contained in:
Nuno Maduro
2023-08-07 10:26:55 +01:00
parent 75a7d77a80
commit 331381eed5
4 changed files with 9 additions and 3 deletions

View File

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