release: 3.7.2

This commit is contained in:
Nuno Maduro
2025-01-19 17:16:25 +00:00
parent 150bb9478d
commit 6afb36519d
12 changed files with 20 additions and 17 deletions

View File

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