We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e848f commit 85a6948Copy full SHA for 85a6948
composer.json
@@ -41,7 +41,7 @@
41
"composer/installers": "~1.0",
42
"doctrine/annotations": "^1.2",
43
"doctrine/collections": "^1.3",
44
- "drupal/console-core": "dev-master",
+ "drupal/console-core": "1.6.1",
45
"drupal/console-extend-plugin": "~0",
46
"guzzlehttp/guzzle": "~6.1",
47
"psy/psysh": "0.6.* || ~0.8",
src/Application.php
@@ -25,7 +25,7 @@ class Application extends BaseApplication
25
/**
26
* @var string
27
*/
28
- const VERSION = '1.6.0';
+ const VERSION = '1.6.1';
29
30
public function __construct(ContainerInterface $container)
31
{
0 commit comments