release: v2.7.0

This commit is contained in:
Nuno Maduro
2023-06-15 14:11:00 +02:00
parent eb9f31edeb
commit c0af671ca2
4 changed files with 11 additions and 3 deletions

View File

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