release: v3.8.1

This commit is contained in:
Nuno Maduro
2025-04-03 17:35:58 +01:00
parent e0f07be017
commit 6080f51a0b
4 changed files with 4 additions and 4 deletions

View File

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