From f311dd1dd14df3e42df0c56d95a1566ce2f2ebce Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sun, 13 Aug 2017 20:47:26 +0200 Subject: [PATCH] Bumping development version to v2.5.9-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 043d1c971..2ecbc2c76 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.8'; + const VERSION = '2.5.9-DEV'; /** * Compares a Doctrine version with the current one.