From 2411a55a2a628e6d8dd598388ab13474802c7b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 2 Oct 2021 17:59:26 +0200 Subject: [PATCH] Release 2.13.4 --- 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 0c0f1376be5..8f0e7ba0f48 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.4-DEV'; + public const VERSION = '2.13.4'; /** * Compares a Doctrine version with the current one.