Skip to content

Commit f26fd9b

Browse files
authored
Update version to 1.9.3 (#4144)
* Update version to 1.9.3
1 parent c4a3b5f commit f26fd9b

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

3030
public function __construct(ContainerInterface $container)
3131
{

0 commit comments

Comments
 (0)