From 90d19b4131559955ce0604affd49fc0d6ba9e400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Wed, 20 Dec 2017 02:01:05 +0100 Subject: [PATCH] Bumping development version to v2.6.1-DEV --- 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 11765930c..35941894e 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.0'; + const VERSION = '2.6.1-DEV'; /** * Compares a Doctrine version with the current one.