release: v2.5.2

This commit is contained in:
Nuno Maduro
2023-04-19 09:53:08 +01:00
parent 1a05df14d0
commit d39e4f15fe
4 changed files with 8 additions and 3 deletions

View File

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