Skip to content

Commit

Permalink
release: v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jul 1, 2023
1 parent b5f89d1 commit a1208b5
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.8.1';
return '2.8.2';
}

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.8.1.
Pest Testing Framework 2.8.2.

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.8.1.
Pest Testing Framework 2.8.2.

1 comment on commit a1208b5

@szepeviktor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nunomaduro v2.8.2 is not released here on GitHub: https://github.com/pestphp/pest/releases

Please sign in to comment.