release: v4.6.1

This commit is contained in:
nuno maduro
2026-04-15 09:03:09 -07:00
parent 6ba373a772
commit 87db0b4847
10 changed files with 20 additions and 35 deletions

View File

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