From d05aa6a5e015fd412ef85a8721c51da1a917ec78 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Tue, 5 Jan 2016 22:36:06 +0100 Subject: [PATCH] Bumping to development version 2.5.5-DEV --- lib/Doctrine/ORM/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Version.php b/lib/Doctrine/ORM/Version.php index 284f39bb8..44de43217 100644 --- a/lib/Doctrine/ORM/Version.php +++ b/lib/Doctrine/ORM/Version.php @@ -36,7 +36,7 @@ class Version /** * Current Doctrine Version */ - const VERSION = '2.5.4'; + const VERSION = '2.5.5-DEV'; /** * Compares a Doctrine version with the current one.