release: 3.7.4

This commit is contained in:
Nuno Maduro
2025-01-23 14:03:29 +00:00
parent 4079a08f5f
commit 4a987d3d5c
4 changed files with 4 additions and 4 deletions

View File

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