release: 4.3.1

This commit is contained in:
Nuno Maduro
2026-01-04 11:29:59 -05:00
parent bc39830d8a
commit bc57a84e77
7 changed files with 6 additions and 9 deletions

View File

@ -4,9 +4,6 @@ declare(strict_types=1);
namespace Pest\ArchPresets;
use Pest\Arch\Contracts\ArchExpectation;
use Pest\Expectation;
/**
* @internal
*/

View File

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