From faf134d46f974ffb08da5f3c17c7c221c810bebc Mon Sep 17 00:00:00 2001 From: Erwane Breton Date: Thu, 12 Dec 2019 22:03:10 +0100 Subject: [PATCH] bump version --- app/Config/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/core.php b/app/Config/core.php index 07ec511..1d71b09 100644 --- a/app/Config/core.php +++ b/app/Config/core.php @@ -38,7 +38,7 @@ Configure::write('debug', 0); - Configure::write('mushraider', array('version' => '1.7.0.3', 'date' => '2019-01-17')); + Configure::write('mushraider', array('version' => '1.7.0.4', 'date' => '2019-12-12')); /** * Configure the Error handler used to handle errors for your application. By default