From 2c7403e582f65425d3db5c60a26e60c9c1caeac6 Mon Sep 17 00:00:00 2001 From: defunctl Date: Sat, 19 Sep 2020 14:20:13 -0600 Subject: [PATCH] Bump to 3.0.2 --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 1adb668b..4aaa8617 100644 --- a/config/app.php +++ b/config/app.php @@ -27,7 +27,7 @@ */ //'version' => app('git.version'), - 'version' => '3.0.1', + 'version' => '3.0.2', /* |--------------------------------------------------------------------------