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

Bump version to 2.4.3

This commit is contained in:
Benjamin Eberlei 2014-02-08 17:35:11 +01:00
parent 0363a5548d
commit 5bfa56aee0

View File

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