release: v2.29.0

This commit is contained in:
Nuno Maduro
2023-12-27 11:12:01 +00:00
parent c099991cd9
commit 7799500d06
4 changed files with 6 additions and 6 deletions

View File

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