release: 4.0.0

This commit is contained in:
Nuno Maduro
2025-08-20 15:29:23 +01:00
parent 8722b3fc3c
commit 507df757a1
4 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '4.0.0-rc.1';
return '4.0.0';
}
function testDirectory(string $file = ''): string