Skip to content

Commit fb23cb5

Browse files
authored
[console] Tag 1.0.0-rc18 release. (#3292)
1 parent dac0055 commit fb23cb5

File tree

3 files changed

+69
-69
lines changed

3 files changed

+69
-69
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"require": {
3939
"php": "^5.5.9 || ^7.0",
40-
"drupal/console-core" : "1.0.0-rc17",
40+
"drupal/console-core" : "1.0.0-rc18",
4141
"drupal/console-extend-plugin": "~0",
4242
"alchemy/zippy": "0.4.3",
4343
"doctrine/collections":"~1.3",

composer.lock

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.0-rc17';
28+
const VERSION = '1.0.0-rc18';
2929

3030
public function __construct(ContainerInterface $container)
3131
{

0 commit comments

Comments
 (0)