Skip to content

Commit

Permalink
[console] Tag 1.0.1 release. (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Aug 18, 2017
1 parent 3bf7d03 commit f61c966
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"require": {
"php": "^5.5.9 || ^7.0",
"drupal/console-core": "1.0.0",
"drupal/console-core": "1.0.1",
"padraic/phar-updater": "~1.0@dev",
"pwfisher/command-line-php": "dev-master#ce756a94efa3544b56d03a02d3634a8d969ee962"
},
Expand Down
40 changes: 20 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Application extends CoreApplication
/**
* @var string
*/
const VERSION = '1.0.0';
const VERSION = '1.0.1';

/**
* Application constructor.
Expand Down

0 comments on commit f61c966

Please sign in to comment.