Skip to content

Commit ce19bb4

Browse files
committed
Merge pull request #1870 from jmolivas/tag-new-version-0.10.9
[console] Tag new version 0.10.9
2 parents 0b15ab4 + 28bfacd commit ce19bb4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ script:
3131
- phpunit
3232
- php box.phar build
3333
- php drupal.phar --version
34-
- php drupal.phar site:new drupal8.dev 8.0.1 --no-interaction
34+
- php drupal.phar site:new drupal8.dev 8.0.3 --no-interaction
3535
- cd drupal8.dev
3636
- php ../drupal.phar site:install standard --langcode=en --db-type=sqlite --db-file=sites/default/files/.ht.sqlite --site-name="Drupal 8 Site Install" --site-mail=admin@example.com --account-name=admin --account-mail=admin@example.com --account-pass=admin --no-interaction
3737
- php ../drupal.phar chain --file=$PROJECT_DIR/config/dist/chain/sample.yml

src/Application.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ class Application extends BaseApplication
2929
/**
3030
* @var string
3131
*/
32-
const VERSION = '0.10.8';
32+
const VERSION = '0.10.9';
3333
/**
3434
* @var string
3535
*/
36-
const DRUPAL_SUPPORTED_VERSION = '8.0.2';
36+
const DRUPAL_SUPPORTED_VERSION = '8.0.3';
3737
/**
3838
* @var \Drupal\Console\Config
3939
*/

0 commit comments

Comments
 (0)