Skip to content

Commit 80a56ee

Browse files
authored
[console] Tag 1.7.0 release. (hechoendrupal#157)
1 parent 8e3984f commit 80a56ee

File tree

3 files changed

+70
-69
lines changed

3 files changed

+70
-69
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"require": {
3939
"php": "^5.5.9 || ^7.0",
40-
"drupal/console-core": "1.6.1",
40+
"drupal/console-core": "1.7.0",
4141
"padraic/phar-updater": "~1.0@dev"
4242
},
4343
"bin": ["bin/drupal"],

composer.lock

Lines changed: 68 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Application extends CoreApplication
2020
/**
2121
* @var string
2222
*/
23-
const VERSION = '1.6.1';
23+
const VERSION = '1.7.0';
2424

2525
/**
2626
* Application constructor.

0 commit comments

Comments
 (0)