1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Bump Dev Version to 2.1.0-DEV

This commit is contained in:
Benjamin Eberlei 2010-12-21 16:45:50 -05:00
parent 7def30f283
commit 6988b55f50

View File

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