From db9f1254b5f40d20525b3bef096fb4c03bd32c6e Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 18 Jun 2021 12:30:57 +0100 Subject: [PATCH] Tags Pest 1.6 --- src/Pest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pest.php b/src/Pest.php index 759cb913..847a15fc 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '1.5.0'; + return '1.6.0'; } function testDirectory(string $file = ''): string