Skip to content

Commit 8e3984f

Browse files
authored
[console] Tag 1.6.1 release. (hechoendrupal#156)
1 parent 590f356 commit 8e3984f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
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.0",
40+
"drupal/console-core": "1.6.1",
4141
"padraic/phar-updater": "~1.0@dev"
4242
},
4343
"bin": ["bin/drupal"],

composer.lock

Lines changed: 12 additions & 12 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.0';
23+
const VERSION = '1.6.1';
2424

2525
/**
2626
* Application constructor.

0 commit comments

Comments
 (0)