From 9133b88d6550023207fef892bef5f38dc07e6b30 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 23 May 2021 22:06:11 +0100 Subject: [PATCH] release: 1.3.0 --- src/Pest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pest.php b/src/Pest.php index ff37fb0d..d0ae86c4 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '1.2.1'; + return '1.3.0'; } function testDirectory(string $file = ''): string