release: v2.29.1

This commit is contained in:
Nuno Maduro
2023-12-27 15:27:07 +00:00
parent 7799500d06
commit e00aba539a
4 changed files with 5 additions and 5 deletions

View File

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