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.