From dc9b3c3c8592c935a6e590441f9abc0f9eba335b Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Wed, 9 Mar 2022 16:25:46 +0100 Subject: [PATCH] Prepare release 2.13.8 --- 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 c70460c3b5b..69593230f20 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.13.8-dev'; + public const VERSION = '2.13.8'; /** * Compares a Doctrine version with the current one.