Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release: v2.6.0
  • Loading branch information
nunomaduro committed May 1, 2023
1 parent fe3c7d7 commit a34767f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Pest.php
Expand Up @@ -6,7 +6,7 @@

function version(): string
{
return '2.5.3';
return '2.6.0';
}

function testDirectory(string $file = ''): string
Expand Down
2 changes: 1 addition & 1 deletion tests/.snapshots/help-command.txt
@@ -1,5 +1,5 @@

Pest Testing Framework 2.5.3.
Pest Testing Framework 2.6.0.

USAGE: pest <file> [options]

Expand Down
2 changes: 1 addition & 1 deletion tests/.snapshots/version-command.txt
@@ -1,3 +1,3 @@

Pest Testing Framework 2.5.3.
Pest Testing Framework 2.6.0.

0 comments on commit a34767f

Please sign in to comment.