From fd6d4890c4ae92cdb7b02c32df41d570437d79b9 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 18 Aug 2017 21:23:23 +0200 Subject: [PATCH] Bumping development release to 2.5.11-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 1bd0d13dc..c2e580956 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.10'; + const VERSION = '2.5.11-DEV'; /** * Compares a Doctrine version with the current one.