Skip to content

Commit 2e76e76

Browse files
authored
[console] Tag 1.0.0-rc13 release. (#77)
1 parent 44c158e commit 2e76e76

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
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-rc13",
4141
"padraic/phar-updater": "~1.0@dev",
4242
"phpseclib/phpseclib": "2.*",
4343
"symfony/console": "2.8.14",

composer.lock

Lines changed: 12 additions & 13 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-rc12';
26+
const VERSION = '1.0.0-rc13';
2727

2828
/**
2929
* Application constructor.

0 commit comments

Comments
 (0)