From 918a8fc16996849937e281482bd34f236881ce96 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 1 Dec 2024 22:46:00 +0000 Subject: [PATCH] release: 3.6.0 --- src/Pest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pest.php b/src/Pest.php index 67ec610b..e08048be 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '3.5.2'; + return '3.6.0'; } function testDirectory(string $file = ''): string