Skip to content

Commit 04522b6

Browse files
authored
Update version to 1.9.4 (#4193)
* 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 * Update version to 1.9.3 * Update version to 1.9.4
1 parent 3c59d0b commit 04522b6

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.9.3",
44+
"drupal/console-core": "1.9.4",
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.9.3';
28+
const VERSION = '1.9.4';
2929

3030
public function __construct(ContainerInterface $container)
3131
{

0 commit comments

Comments
 (0)