1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00

Preparing for v2.5.0 release

This commit is contained in:
Marco Pivetta 2015-04-02 21:40:18 +01:00
parent f8270d7bb2
commit aa80c7d2c5

View file

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