Skip to content

Commit 85a6948

Browse files
authored
[console] Tag 1.6.1 release. (#3803)
1 parent c7e848f commit 85a6948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"composer/installers": "~1.0",
4242
"doctrine/annotations": "^1.2",
4343
"doctrine/collections": "^1.3",
44-
"drupal/console-core": "dev-master",
44+
"drupal/console-core": "1.6.1",
4545
"drupal/console-extend-plugin": "~0",
4646
"guzzlehttp/guzzle": "~6.1",
4747
"psy/psysh": "0.6.* || ~0.8",

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Application extends BaseApplication
2525
/**
2626
* @var string
2727
*/
28-
const VERSION = '1.6.0';
28+
const VERSION = '1.6.1';
2929

3030
public function __construct(ContainerInterface $container)
3131
{

0 commit comments

Comments
 (0)