Skip to content

Commit

Permalink
release: v2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jul 24, 2023
1 parent 632ffc2 commit be41181
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.9.4';
return '2.9.5';
}

function testDirectory(string $file = ''): string
Expand Down
@@ -1,5 +1,5 @@

Pest Testing Framework 2.9.4.
Pest Testing Framework 2.9.5.

USAGE: pest <file> [options]

Expand Down
@@ -1,3 +1,3 @@

Pest Testing Framework 2.9.4.
Pest Testing Framework 2.9.5.

0 comments on commit be41181

Please sign in to comment.