Skip to content

Commit

Permalink
Bump up version in bootstrap file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Turek committed Mar 8, 2015
1 parent ffbb1c4 commit cb965a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mage
Expand Up @@ -13,7 +13,7 @@ date_default_timezone_set('UTC');

$baseDir = dirname(dirname(__FILE__));

define('MAGALLANES_VERSION', '1.0.4');
define('MAGALLANES_VERSION', '1.0.5');
define('MAGALLANES_DIRECTORY', $baseDir);

if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
Expand Down

0 comments on commit cb965a2

Please sign in to comment.