From c3583c98be64ffa0ff296784cc0c249cd3152971 Mon Sep 17 00:00:00 2001 From: raishvaria Date: Mon, 25 Nov 2019 14:16:02 +0530 Subject: [PATCH] add version to config --- config/crater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/crater.php b/config/crater.php index b5c60c74..906bf7c7 100644 --- a/config/crater.php +++ b/config/crater.php @@ -9,6 +9,6 @@ return [ | */ - 'version' => '1.1.0', + 'version' => '2.0.0', ];