mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 17:08:56 +02:00
Prepare for new version release.
This commit is contained in:
@@ -13,7 +13,7 @@ date_default_timezone_set('UTC');
|
||||
|
||||
$baseDir = dirname(dirname(__FILE__));
|
||||
|
||||
define('MAGALLANES_VERSION', '1.0.3');
|
||||
define('MAGALLANES_VERSION', '1.0.4');
|
||||
define('MAGALLANES_DIRECTORY', $baseDir);
|
||||
|
||||
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
|
||||
@@ -26,7 +26,6 @@ if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
|
||||
spl_autoload_register(array($loader, 'autoLoad'));
|
||||
}
|
||||
|
||||
|
||||
// Clean arguments
|
||||
array_shift($argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user