From 21fdabe2fc01e004e1966f200d900554876bc63c Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Mon, 3 Dec 2018 20:39:48 -0800 Subject: [PATCH] Release v2.9.0 --- 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 60530e69a76..570f56afba0 100644 --- a/lib/Doctrine/DBAL/Version.php +++ b/lib/Doctrine/DBAL/Version.php @@ -14,7 +14,7 @@ class Version /** * Current Doctrine Version. */ - public const VERSION = '2.9.0-DEV'; + public const VERSION = '2.9.0'; /** * Compares a Doctrine version with the current one.