diff --git a/doc/changelog.rst b/doc/changelog.rst index 6a668b41990aa7896bf5dbe3de5a5319565efe0e..072bc4864b094378ab6b26869548412671878e61 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -2.0.0 (2016-XX-XX) +2.0.0 (2016-05-18) ------------------ * decoupled the exception handler from HttpKernelServiceProvider diff --git a/src/Silex/Application.php b/src/Silex/Application.php index d0418b71f734d59b4669d9a1493feefa9e8cfbb0..844e0423bf183452f43d73fe011e90f8a6f6734b 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.0-DEV'; + const VERSION = '2.0.0'; const EARLY_EVENT = 512; const LATE_EVENT = -512;