release: v2.23.2

This commit is contained in:
Nuno Maduro
2023-10-10 16:40:34 +01:00
parent 677129d23d
commit b126e8e6e4
3 changed files with 3 additions and 3 deletions

View File

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