Commit f478bcbd authored by Fabien Potencier's avatar Fabien Potencier

merged branch igorw/app-version-1.0 (PR #694)

This PR was merged into the master branch.

Discussion
----------

Update Application::VERSION to 1.0.0

Commits
-------

72d9fea2 Update Application::VERSION to 1.0.0
parents 2a1f7365 72d9fea2
...@@ -43,7 +43,7 @@ use Silex\EventListener\StringToResponseListener; ...@@ -43,7 +43,7 @@ use Silex\EventListener\StringToResponseListener;
*/ */
class Application extends \Pimple implements HttpKernelInterface, TerminableInterface class Application extends \Pimple implements HttpKernelInterface, TerminableInterface
{ {
const VERSION = '1.0-DEV'; const VERSION = '1.0.0';
const EARLY_EVENT = 512; const EARLY_EVENT = 512;
const LATE_EVENT = -512; const LATE_EVENT = -512;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment