From 4f96fc62cef60093573acea955ed5e07643401d8 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 16 Aug 2017 15:30:32 +0200 Subject: [PATCH] Preparing v2.5.9 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 2ecbc2c76..6f7c56357 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.9-DEV'; + const VERSION = '2.5.9'; /** * Compares a Doctrine version with the current one.