Skip to content

Commit

Permalink
release: v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 9, 2023
1 parent 306b7eb commit 47f2ae3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^8.1.0",
"brianium/paratest": "^7.2.4",
"brianium/paratest": "^7.2.5",
"nunomaduro/collision": "^7.8.1",
"nunomaduro/termwind": "^1.15.1",
"pestphp/pest-plugin": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Pest.php
Expand Up @@ -6,7 +6,7 @@

function version(): string
{
return '2.12.2';
return '2.13.0';
}

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

Pest Testing Framework 2.12.2.
Pest Testing Framework 2.13.0.

USAGE: pest <file> [options]

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

Pest Testing Framework 2.12.2.
Pest Testing Framework 2.13.0.

0 comments on commit 47f2ae3

Please sign in to comment.