release: v4.4.1

This commit is contained in:
Nuno Maduro
2026-02-17 15:27:18 +00:00
parent a49cf7edc5
commit f96a1b2786
3 changed files with 3 additions and 3 deletions

View File

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