Skip to content

Commit 493776d

Browse files
authored
[console] Tag 1.0.0-rc15 release. (#85)
1 parent ae68490 commit 493776d

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
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" : "dev-master",
40+
"drupal/console-core" : "1.0.0-rc15",
4141
"padraic/phar-updater": "~1.0@dev",
4242
"phpseclib/phpseclib": "2.*",
4343
"symfony/console": "2.8.16",

composer.lock

Lines changed: 23 additions & 19 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
@@ -23,7 +23,7 @@ class Application extends CoreApplication
2323
/**
2424
* @var string
2525
*/
26-
const VERSION = '1.0.0-rc14';
26+
const VERSION = '1.0.0-rc15';
2727

2828
/**
2929
* Application constructor.

0 commit comments

Comments
 (0)