release: v2.0.0

This commit is contained in:
Nuno Maduro
2023-03-20 10:36:51 +00:00
parent 627b673380
commit 37d4434000

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '2.x-dev';
return '2.0.0';
}
function testDirectory(string $file = ''): string