Skip to content

Commit

Permalink
Preparing v2.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Dec 20, 2017
1 parent d752caf commit 374e7ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Doctrine/ORM/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
/**
* Class to store and retrieve the version of Doctrine
*
*
* @link www.doctrine-project.org
* @since 2.0
* @version $Revision$
Expand All @@ -36,7 +35,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.
Expand Down

0 comments on commit 374e7ac

Please sign in to comment.