release: v2.6.3

This commit is contained in:
Nuno Maduro
2023-06-07 21:19:04 +02:00
parent 73a859ee56
commit 3c20e8114e
4 changed files with 8 additions and 3 deletions

View File

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