release: v3.8.0

This commit is contained in:
Nuno Maduro
2025-03-30 18:49:10 +01:00
parent 0171617c1d
commit 42e1b9f17f
4 changed files with 9 additions and 5 deletions

View File

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