From 20ed8c925c8cd05b59f89fb5efdf8ca8db23901d Mon Sep 17 00:00:00 2001 From: Sujit Prasad Date: Wed, 20 Apr 2016 15:30:09 +0530 Subject: [PATCH] update v1.0.7.1 --- config/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index 6b1a3d501..8afa52983 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ return [ | */ - 'debug' => false, + 'debug' => true, /* |-------------------------------------------------------------------------- @@ -38,7 +38,7 @@ return [ | */ - 'version' => 'Community 1.0.7', + 'version' => 'Community 1.0.7.1', /* |--------------------------------------------------------------------------