Skip to content

Commit a615e0b

Browse files
authored
[console] Tag 1.0.0-rc12 release. (#66)
1 parent fe18714 commit a615e0b

File tree

3 files changed

+40
-41
lines changed

3 files changed

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

composer.lock

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

src/LauncherApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class LauncherApplication extends ConsoleApplication
2020
/**
2121
* @var string
2222
*/
23-
const VERSION = '1.0.0-rc11';
23+
const VERSION = '1.0.0-rc12';
2424

2525
public function __construct($container)
2626
{

0 commit comments

Comments
 (0)