Compare commits

...

1 Commits

Author SHA1 Message Date
602b696348 release: v2.34.0 2024-02-17 10:06:53 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
Pest Testing Framework 2.33.6.
Pest Testing Framework 2.34.0.
USAGE: pest <file> [options]

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.33.6.
Pest Testing Framework 2.34.0.