release: v2.26.0

This commit is contained in:
Nuno Maduro
2023-11-29 09:09:09 +00:00
parent 3974a65a18
commit 90fb8c602c
5 changed files with 6 additions and 5 deletions

View File

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