Skip to content

Commit eff9f5c

Browse files
authored
[console] Tag 1.0.0-rc14 release. (#3076)
1 parent 8cf1d3a commit eff9f5c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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-rc13",
40+
"drupal/console-core" : "1.0.0-rc14",
4141
"alchemy/zippy": "0.4.3",
4242
"composer/installers": "~1.0",
4343
"symfony/css-selector": ">=2.7 <3.2",

composer.lock

Lines changed: 8 additions & 8 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
@@ -27,7 +27,7 @@ class Application extends BaseApplication
2727
/**
2828
* @var string
2929
*/
30-
const VERSION = '1.0.0-rc13';
30+
const VERSION = '1.0.0-rc14';
3131

3232
public function __construct(ContainerInterface $container)
3333
{

0 commit comments

Comments
 (0)