From 49ca08d853731d1635374e5019c8696cfd53c161 Mon Sep 17 00:00:00 2001 From: Fabien Potencier <fabien.potencier@gmail.com> Date: Sun, 6 Nov 2016 10:09:06 -0800 Subject: [PATCH] prepared the 2.0.4 release --- doc/changelog.rst | 2 +- src/Silex/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 06c1d5ad..d74e2a19 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -2.0.4 (2016-XX-XX) +2.0.4 (2016-11-06) ------------------ * fixed twig.app_variable definition diff --git a/src/Silex/Application.php b/src/Silex/Application.php index 44c50384..3bc63ebb 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.4-DEV'; + const VERSION = '2.0.4'; const EARLY_EVENT = 512; const LATE_EVENT = -512; -- GitLab