From 6bc31c1b8c4ef614a7115320fd2d3b958032f131 Mon Sep 17 00:00:00 2001 From: Fabien Potencier <fabien.potencier@gmail.com> Date: Fri, 20 Apr 2018 07:17:01 +0200 Subject: [PATCH] prepared the 2.3.0 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 a9043bf5..c39b3c5c 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -2.3.0 (2018-XX-XX) +2.3.0 (2018-04-20) ------------------ * added support for defining users provider as a service ID diff --git a/src/Silex/Application.php b/src/Silex/Application.php index 4c217908..62d947cb 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.3.0-DEV'; + const VERSION = '2.3.0'; const EARLY_EVENT = 512; const LATE_EVENT = -512; -- GitLab