From b88a45cbc395e850b2d958dcd7b9d49d09ff23e0 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Sun, 18 Oct 2020 19:01:37 -0700 Subject: [PATCH] Release 2.11.2 --- 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 a592257a602..e48445ed1cf 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.11.2-DEV'; + public const VERSION = '2.11.2'; /** * Compares a Doctrine version with the current one.