release: v2.6.2

This commit is contained in:
Nuno Maduro
2023-06-02 22:43:42 +01:00
parent a0041f139c
commit 82b0adf5ae
3 changed files with 3 additions and 3 deletions

View File

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