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

Bump version to 2.4.2

This commit is contained in:
Benjamin Eberlei 2013-11-12 13:40:15 +01:00
parent 84373d05a4
commit c4b7d3fbea

View File

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