release: 4.0.0 rc 1

This commit is contained in:
Nuno Maduro
2025-08-20 07:58:51 +01:00
parent 39b66bf01d
commit ed38fb644f
6 changed files with 10 additions and 12 deletions

View File

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