chore: version

This commit is contained in:
Nuno Maduro
2026-02-17 17:52:40 +00:00
parent f0a08f0503
commit fa27c8daef
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '4.4.1';
return '5.0.0-rc.1';
}
function testDirectory(string $file = ''): string

View File

@ -1,5 +1,5 @@
Pest Testing Framework 4.4.1.
Pest Testing Framework 5.0.0-rc.1.
USAGE: pest <file> [options]

View File

@ -1,3 +1,3 @@
Pest Testing Framework 4.4.1.
Pest Testing Framework 5.0.0-rc.1.