release: v2.21.0

This commit is contained in:
Nuno Maduro
2023-10-06 13:33:39 +01:00
parent 6068ef6150
commit 2ffafd445d

View File

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