1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Fix version

This commit is contained in:
Benjamin Eberlei 2015-08-31 14:59:36 +02:00
parent 6366d190d7
commit b6e5464b98

View File

@ -36,7 +36,7 @@ class Version
/**
* Current Doctrine Version
*/
const VERSION = '2.6.0-DEV';
const VERSION = '2.5.1-DEV';
/**
* Compares a Doctrine version with the current one.