release: v2.30.0

This commit is contained in:
Nuno Maduro
2023-12-28 10:36:40 +00:00
parent a3ab065343
commit 97dc32f9d2
4 changed files with 4 additions and 4 deletions

View File

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