release: release: v2.3.0

This commit is contained in:
Nuno Maduro
2023-03-28 10:16:29 +01:00
parent 3d7e621b7d
commit 5ae061d208
4 changed files with 14 additions and 3 deletions

View File

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