From 11500a83286b2c956237db1bb1f294c7e907f805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Thu, 5 Jan 2017 23:58:33 -0300 Subject: [PATCH] Release v1.0.7 --- bin/mage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mage b/bin/mage index 8d134f2..e45a96b 100755 --- a/bin/mage +++ b/bin/mage @@ -15,7 +15,7 @@ if (empty($timezone)) { $baseDir = dirname(dirname(__FILE__)); -define('MAGALLANES_VERSION', '1.0.6'); +define('MAGALLANES_VERSION', '1.0.7'); define('MAGALLANES_DIRECTORY', $baseDir); if (file_exists(__DIR__ . '/../vendor/autoload.php')) {