release: 3.8.3

This commit is contained in:
Nuno Maduro
2025-08-19 11:11:21 +01:00
parent 4c8bf4b2fd
commit 165c879fe6
3 changed files with 16 additions and 4 deletions

View File

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