Skip to content

Commit

Permalink
[console] Tag new release 1.0.0-alpha2 (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed May 2, 2016
1 parent c1168da commit ac13afd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ script:
- php box.phar build
- php drupal.phar init
- php drupal.phar check
- php drupal.phar site:new drupal8.dev 8.1.0 --no-interaction
- php drupal.phar site:new drupal8.dev --latest --no-interaction
- cd drupal8.dev
- php ../drupal.phar site:install standard --langcode=en --db-type=sqlite --db-file=sites/default/files/.ht.sqlite --site-name="Drupal 8 Site Install" [email protected] --account-name=admin [email protected] --account-pass=admin --no-interaction
- php ../drupal.phar chain --file=$PROJECT_DIR/config/dist/chain/sample.yml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ drupal check
drupal chain --file=~/.console/chain/quick-start.yml
# Create a new Drupal 8 project:
drupal site:new drupal8.dev
drupal site:new drupal8.dev --latest
# Lists all available commands:
drupal list
Expand Down
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 = '1.0.0-alpha1';
const VERSION = '1.0.0-alpha2';

/**
* @var string
Expand Down

0 comments on commit ac13afd

Please sign in to comment.