From 90c80c3e5ef86c54b8769feca0320154c6e63f7c Mon Sep 17 00:00:00 2001 From: Fabien Potencier <fabien.potencier@gmail.com> Date: Sun, 25 Feb 2018 12:21:42 +0100 Subject: [PATCH] prepared the 2.2.3 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 b3264816..99bb079b 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -2.2.3 (2018-XX-XX) +2.2.3 (2018-02-25) ------------------ * fixed validator integration into the security provider (order of registration of the validator and security providers does not matter anymore) diff --git a/src/Silex/Application.php b/src/Silex/Application.php index b1217877..ee206d30 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.2.3-DEV'; + const VERSION = '2.2.3'; const EARLY_EVENT = 512; const LATE_EVENT = -512; -- GitLab