Skip to content

Commit

Permalink
Update version to 1.9.2 (#4135)
Browse files Browse the repository at this point in the history
* Removed generate commands and generators

* Revert "Removed generate commands and generators (#3417)"

This reverts commit 1dea474.

* Update version to 1.9.0

* Update version to 1.9.1

* Update version to 1.9.2
  • Loading branch information
enzolutions committed Aug 20, 2019
1 parent dd64922 commit 03b20de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -41,7 +41,7 @@
"composer/installers": "~1.0",
"doctrine/annotations": "^1.2",
"doctrine/collections": "^1.3",
"drupal/console-core": "1.9.1",
"drupal/console-core": "1.9.2",
"drupal/console-extend-plugin": "~0",
"psy/psysh": "0.6.* || ~0.8",
"symfony/css-selector": "~2.8|~3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Expand Up @@ -25,7 +25,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const VERSION = '1.9.1';
const VERSION = '1.9.2';

public function __construct(ContainerInterface $container)
{
Expand Down

0 comments on commit 03b20de

Please sign in to comment.