Compare commits

...

1 Commits

Author SHA1 Message Date
nuno maduro a8d4770c0b chore: fix version 2026-08-12 15:37:18 +01:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '5.0.5';
return '5.1.1';
}
function testDirectory(string $file = ''): string
@@ -1,5 +1,5 @@
Pest Testing Framework 5.0.5.
Pest Testing Framework 5.1.1.
USAGE: pest <file> [options]
@@ -1,3 +1,3 @@
Pest Testing Framework 5.0.5.
Pest Testing Framework 5.1.1.