From 4d763ca4c925f647b248b9fa01b5f47aa3685d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Tue, 19 Nov 2019 09:38:05 +0100 Subject: [PATCH] Bump up version --- 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 9a91b42ac24..1af55173c73 100644 --- a/lib/Doctrine/ORM/Version.php +++ b/lib/Doctrine/ORM/Version.php @@ -37,7 +37,7 @@ class Version /** * Current Doctrine Version */ - const VERSION = '2.7.0-DEV'; + const VERSION = '2.7.0'; /** * Compares a Doctrine version with the current one.