release: 2.32.1

This commit is contained in:
Nuno Maduro
2024-01-23 17:04:48 +00:00
parent ac5d6c1f67
commit bb593846e5
4 changed files with 5 additions and 5 deletions

View File

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