Skip to content

Commit

Permalink
Update version to 1.9.3 (#4144)
Browse files Browse the repository at this point in the history
* Update version to 1.9.3
  • Loading branch information
enzolutions authored Sep 6, 2019
1 parent c4a3b5f commit f26fd9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"composer/installers": "~1.0",
"doctrine/annotations": "^1.2",
"doctrine/collections": "^1.3",
"drupal/console-core": "1.9.2",
"drupal/console-core": "1.9.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const VERSION = '1.9.2';
const VERSION = '1.9.3';

public function __construct(ContainerInterface $container)
{
Expand Down

0 comments on commit f26fd9b

Please sign in to comment.