Skip to content

Commit

Permalink
prepared the 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 18, 2016
1 parent cb2f361 commit 23598ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

2.0.0 (2016-XX-XX)
2.0.0 (2016-05-18)
------------------

* decoupled the exception handler from HttpKernelServiceProvider
Expand Down
2 changes: 1 addition & 1 deletion src/Silex/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*/
class Application extends Container implements HttpKernelInterface, TerminableInterface
{
const VERSION = '2.0.0-DEV';
const VERSION = '2.0.0';

const EARLY_EVENT = 512;
const LATE_EVENT = -512;
Expand Down

0 comments on commit 23598ae

Please sign in to comment.