Skip to content

Commit

Permalink
[console] Tag 1.0.2 release. (#3512)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Sep 5, 2017
1 parent f784757 commit 8561b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"composer/installers": "~1.0",
"doctrine/annotations": "^1.2",
"doctrine/collections": "^1.3",
"drupal/console-core": "1.0.1",
"drupal/console-core": "1.0.2",
"drupal/console-dotenv": "~0",
"drupal/console-extend-plugin": "~0",
"gabordemooij/redbean": "~4.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const VERSION = '1.0.1';
const VERSION = '1.0.2';

public function __construct(ContainerInterface $container)
{
Expand Down

2 comments on commit 8561b13

@chhornchanvuthy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please kindly help

@chhornchanvuthy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please kindly help

Please sign in to comment.