From 505ec21f97027931600929ed7de6dc8ac7b69d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Wed, 21 Nov 2018 01:24:06 +0100 Subject: [PATCH] Bump up development 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 0a439da47..a22c96907 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'; + const VERSION = '2.6.4-DEV'; /** * Compares a Doctrine version with the current one.