Skip to content

Commit

Permalink
Tag new version 0.11.3 (#2140)
Browse files Browse the repository at this point in the history
* [console] Force major 1.0.0-alpha version.
* [console] Tag new version 0.11.3 (pre-alpha1).
  • Loading branch information
jmolivas committed Apr 14, 2016
1 parent e78084b commit e0912b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const VERSION = '0.11.2';
const VERSION = '0.11.3';

/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Self/UpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected function execute(InputInterface $input, OutputInterface $output)

$manifest = $input->getOption('manifest') ?: 'http://drupalconsole.com/manifest.json';
$currentVersion = $input->getOption('current-version') ?: $application->getVersion();
$major = true; // temporary fix to bypass alpha versions.
$major = true; // temporary fix to force mayor version.
if (!extension_loaded('Phar') || !(\Phar::running(false))) {
$io->error($this->trans('commands.self-update.messages.not-phar'));
$io->block($this->trans('commands.self-update.messages.instructions'));
Expand Down

0 comments on commit e0912b0

Please sign in to comment.