Skip to content

Commit

Permalink
release: v2.34.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Mar 14, 2024
1 parent a1b3547 commit 6a1161e
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

function version(): string
{
return '2.34.3';
return '2.34.4';
}

function testDirectory(string $file = ''): string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Pest Testing Framework 2.34.3.
Pest Testing Framework 2.34.4.

USAGE: pest <file> [options]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Pest Testing Framework 2.34.3.
Pest Testing Framework 2.34.4.

0 comments on commit 6a1161e

Please sign in to comment.