fixing version for new release

This commit is contained in:
AJ
2024-01-26 23:43:52 -03:00
parent 19e748f0d4
commit 5136267bbe
3 changed files with 3 additions and 3 deletions

View File

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