release: beta 2

This commit is contained in:
Nuno Maduro
2025-08-11 15:45:37 +01:00
parent 0b96b8f630
commit e3e518747f
4 changed files with 5 additions and 5 deletions

View File

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