Skip to content

Commit

Permalink
Tag new release 1.0.0 rc8 (#2886)
Browse files Browse the repository at this point in the history
* [console] Tag 1.0.0-rc8 release.

* [console] Update dependencies.
  • Loading branch information
jmolivas authored Nov 5, 2016
1 parent 05a27a9 commit b94ab35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 @@ -22,7 +22,7 @@ class Application extends ConsoleApplication
/**
* @var string
*/
const VERSION = '1.0.0-rc7';
const VERSION = '1.0.0-rc8';

public function __construct(ContainerInterface $container)
{
Expand Down

0 comments on commit b94ab35

Please sign in to comment.