From ce75b98d82d4c509802e63005c618392db17afef Mon Sep 17 00:00:00 2001
From: Fabien Potencier <fabien.potencier@gmail.com>
Date: Thu, 4 Jun 2015 23:24:58 +0200
Subject: [PATCH] prepared the 1.2.5 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 85a91c15..d14b541b 100644
--- a/src/Silex/Application.php
+++ b/src/Silex/Application.php
@@ -42,7 +42,7 @@ use Silex\EventListener\StringToResponseListener;
  */
 class Application extends \Pimple implements HttpKernelInterface, TerminableInterface
 {
-    const VERSION = '1.2.3';
+    const VERSION = '1.2.5';
 
     const EARLY_EVENT = 512;
     const LATE_EVENT  = -512;
-- 
GitLab