release: v2.16.1

This commit is contained in:
Nuno Maduro
2023-08-29 10:30:36 +01:00
parent 4313a1ef20
commit 55b9266648
5 changed files with 16 additions and 5 deletions

View File

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