release: v2.28.1

This commit is contained in:
Nuno Maduro
2023-12-15 11:42:34 +00:00
parent cc65009d0a
commit 9ee4191020
3 changed files with 3 additions and 3 deletions

View File

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