From f7dda91676cea72184738a52e959ef22c868ac53 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 4 Dec 2015 14:07:35 +0100 Subject: [PATCH] Bumping to development version 2.6.1-DEV --- lib/Doctrine/Common/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Common/Version.php b/lib/Doctrine/Common/Version.php index 47e0fcf5b..e17ffafd6 100644 --- a/lib/Doctrine/Common/Version.php +++ b/lib/Doctrine/Common/Version.php @@ -34,7 +34,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.