From 8fa2d7bce9467977e1bba9737077ce331e1faae1 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Thu, 12 Jul 2018 20:14:40 -0700 Subject: [PATCH] Bump version to 2.9.0-DEV --- 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 5f22681e56a..e82d1e8ae62 100644 --- a/lib/Doctrine/DBAL/Version.php +++ b/lib/Doctrine/DBAL/Version.php @@ -38,7 +38,7 @@ class Version /** * Current Doctrine Version. */ - public const VERSION = '2.8.0-DEV'; + public const VERSION = '2.9.0-DEV'; /** * Compares a Doctrine version with the current one.