diff --git a/doc/changelog.rst b/doc/changelog.rst index 8bac2452eabe2af1bdbbbe3bf292ef8f2eb0a623..6d5bd3149bb09b7c61c9d7a320eacb75cfeb2a22 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -2.0.3 (2016-XX-XX) +2.0.3 (2016-08-22) ------------------ * fixed lazy evaluation of 'monolog.use_error_handler' diff --git a/src/Silex/Application.php b/src/Silex/Application.php index 5a192a16f514556127f4bc4b9ff443bd9cde3cae..20e243e0a505bf4a835d84618d3bb5535d6c3020 100644 --- a/src/Silex/Application.php +++ b/src/Silex/Application.php @@ -41,7 +41,7 @@ use Silex\Provider\HttpKernelServiceProvider; */ class Application extends Container implements HttpKernelInterface, TerminableInterface { - const VERSION = '2.0.3-DEV'; + const VERSION = '2.0.3'; const EARLY_EVENT = 512; const LATE_EVENT = -512;