From a5f1e4dae6c34129c79b3259397629c46de0a05a Mon Sep 17 00:00:00 2001 From: mondrake Date: Mon, 6 Feb 2017 21:23:33 +0100 Subject: [PATCH] Update Version.php --- lib/Doctrine/DBAL/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/DBAL/Version.php b/lib/Doctrine/DBAL/Version.php index 1175aef3413..414dd146564 100644 --- a/lib/Doctrine/DBAL/Version.php +++ b/lib/Doctrine/DBAL/Version.php @@ -34,7 +34,7 @@ class Version /** * Current Doctrine Version. */ - const VERSION = '2.5.5-DEV'; + const VERSION = '2.5.12-DEV'; /** * Compares a Doctrine version with the current one.