From 6e6903cd5e3a5be60a79439e3ee8fe126f78fe86 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Sat, 26 Sep 2020 21:09:41 -0700 Subject: [PATCH] Release 2.11.1 --- 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 0acc959aeaf..044b85e54aa 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.1-DEV'; + public const VERSION = '2.11.1'; /** * Compares a Doctrine version with the current one.