From 3fe50331f194c83ded2f824c47c1c24c20877a8c Mon Sep 17 00:00:00 2001
From: Fabien Potencier <fabien.potencier@gmail.com>
Date: Fri, 12 Jan 2018 08:16:03 +0100
Subject: [PATCH] prepared the 2.2.2 release

---
 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 f11a4140..a5e5431d 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.2-DEV';
+    const VERSION = '2.2.2';
 
     const EARLY_EVENT = 512;
     const LATE_EVENT = -512;
-- 
GitLab