From 406e1770627cfe0c949f036bd9f49e6e3dde9ad5 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 11 Jul 2014 05:13:19 +0200 Subject: [PATCH] Bump version to 2.4.5 --- 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 388b59f22..7b12f7cf5 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.4'; + const VERSION = '2.4.5-DEV'; /** * Compares a Doctrine version with the current one.