From 498760e55195ccaf08076cb9100a2972ba74c001 Mon Sep 17 00:00:00 2001
From: Marco Pivetta
Date: Sun, 23 Jul 2017 03:02:22 +0200
Subject: [PATCH] Preparing 2.6.0 release
---
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 1c252b5ff8a..87796233b97 100644
--- a/lib/Doctrine/DBAL/Version.php
+++ b/lib/Doctrine/DBAL/Version.php
@@ -34,7 +34,7 @@ class Version
/**
* Current Doctrine Version.
*/
- const VERSION = '2.6.0-DEV';
+ const VERSION = '2.6.0';
/**
* Compares a Doctrine version with the current one.