From f33d8c9dc414c29f0874d09a1dcf20837908cea9 Mon Sep 17 00:00:00 2001 From: Fabien Potencier <fabien.potencier@gmail.com> Date: Wed, 10 Jan 2018 10:55:33 +0100 Subject: [PATCH] bumped version to 2.2.2 --- src/Silex/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Silex/Application.php b/src/Silex/Application.php index b9302704..f11a4140 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.1'; + const VERSION = '2.2.2-DEV'; const EARLY_EVENT = 512; const LATE_EVENT = -512; -- GitLab