From c6ba469e686db775451a4731ef9af6d275fbeaad Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 29 Aug 2020 23:55:28 +0200 Subject: [PATCH] release: version --- src/Pest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pest.php b/src/Pest.php index 0565d966..f1c96550 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,5 +6,5 @@ namespace Pest; function version(): string { - return '0.3.0'; + return '0.3.1'; }