From ef120125e036bf84c9e46a9e62219702f5b92e16 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 11 Jul 2024 09:36:26 +0100 Subject: [PATCH] release: 2.34.9 --- src/Pest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pest.php b/src/Pest.php index 6d85c02c..68f634d4 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '2.34.8'; + return '2.34.9'; } function testDirectory(string $file = ''): string