1
0
Fork 0
mirror of synced 2025-04-03 21:33:37 +03:00

Bump version to 2.5.2

This commit is contained in:
Benjamin Eberlei 2015-08-31 14:59:39 +02:00
parent e6a83bedbe
commit 8070b50150

View file

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