From e3aa3f2d1d7ac4bc732f8630f78fcb92d2885e68 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sun, 13 Aug 2017 20:46:56 +0200 Subject: [PATCH] Preparing v2.5.8 release --- 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 44de43217..043d1c971 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.5-DEV'; + const VERSION = '2.5.8'; /** * Compares a Doctrine version with the current one.