From c6d37b4c42aaa3c3ee175f05eca68056f4185646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 22 Oct 2020 19:26:24 +0200 Subject: [PATCH] Release 2.12.0 --- 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 6c8480a92ac..bb8236fcbf9 100644 --- a/lib/Doctrine/DBAL/Version.php +++ b/lib/Doctrine/DBAL/Version.php @@ -17,7 +17,7 @@ class Version /** * Current Doctrine Version. */ - public const VERSION = '2.12.0-DEV'; + public const VERSION = '2.12.0'; /** * Compares a Doctrine version with the current one.