From 71f446f23b3e12e23b38656f31ae1bc18072717b Mon Sep 17 00:00:00 2001 From: Marco Pivetta <ocramius@gmail.com> Date: Tue, 16 Dec 2014 14:47:17 +0100 Subject: [PATCH] Bump version to 2.4.8 --- 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 b85d7ea7f..274702b26 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.4.7'; + const VERSION = '2.4.8-DEV'; /** * Compares a Doctrine version with the current one.