From 434820973cadf2da2d66e7184be370084cc32ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Wed, 21 Nov 2018 00:46:33 +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 bf2e6e10558..0a439da4770 100644 --- a/lib/Doctrine/ORM/Version.php +++ b/lib/Doctrine/ORM/Version.php @@ -35,7 +35,7 @@ class Version /** * Current Doctrine Version */ - const VERSION = '2.6.3-DEV'; + const VERSION = '2.6.3'; /** * Compares a Doctrine version with the current one.