release: 3.0.0-rc.1

This commit is contained in:
Nuno Maduro
2024-08-22 21:36:19 +01:00
parent 2c6c3119d2
commit ecdbe7a472
6 changed files with 1577 additions and 5 deletions

View File

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