release: v2.12.0

This commit is contained in:
Nuno Maduro
2023-08-02 23:04:35 +01:00
parent 00109e9976
commit 8a589022d9
2 changed files with 11 additions and 1 deletions

View File

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