Prepare for version 1.0.6

This commit is contained in:
Andrés Montañez
2015-04-12 16:45:32 -03:00
parent 139b897fe5
commit 781213dd73
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if (empty(ini_get('date.timezone'))) {
$baseDir = dirname(dirname(__FILE__));
define('MAGALLANES_VERSION', '1.0.5');
define('MAGALLANES_VERSION', '1.0.6');
define('MAGALLANES_DIRECTORY', $baseDir);
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {