release: v2.8.2

This commit is contained in:
Nuno Maduro
2023-07-01 10:31:00 +01:00
parent b5f89d1ff8
commit a1208b5876
3 changed files with 3 additions and 3 deletions

View File

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