release: v2.6.1

This commit is contained in:
Nuno Maduro
2023-05-12 09:22:02 +01:00
parent c99325275a
commit faafedd55c
4 changed files with 16 additions and 3 deletions

View File

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