1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Bump version to 2.4.1

This commit is contained in:
Benjamin Eberlei 2013-09-07 18:19:57 +02:00
parent 57705e0d78
commit 9efbc1fa71

View File

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