Skip to content

Commit e03c085

Browse files
authored
Update version to 1.9.0 (#4085)
* Removed generate commands and generators * Revert "Removed generate commands and generators (#3417)" This reverts commit 1dea474. * Update version to 1.9.0
1 parent 0cccc6d commit e03c085

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": "1.8.0",
44+
"drupal/console-core": "1.9.0",
4545
"drupal/console-extend-plugin": "~0",
4646
"psy/psysh": "0.6.* || ~0.8",
4747
"symfony/css-selector": "~2.8|~3.0",

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.8.0';
28+
const VERSION = '1.9.0';
2929

3030
public function __construct(ContainerInterface $container)
3131
{

0 commit comments

Comments
 (0)