From 43d308116d364349c78d4b2bf3e04c3956d73b46 Mon Sep 17 00:00:00 2001 From: Michael Moravec Date: Thu, 12 Jul 2018 22:56:21 +0200 Subject: [PATCH] Bump version to 2.6.3-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 56f0fdbf267..bf2e6e10558 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.2'; + const VERSION = '2.6.3-DEV'; /** * Compares a Doctrine version with the current one.