release: 4.3.0

This commit is contained in:
Nuno Maduro
2025-12-30 14:48:33 -05:00
parent 58b8f3cc5d
commit e86bec3e68
5 changed files with 9 additions and 6 deletions

View File

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