diff --git a/lib/Doctrine/ORM/Version.php b/lib/Doctrine/ORM/Version.php index a8bfd4eff..e8124cd45 100644 --- a/lib/Doctrine/ORM/Version.php +++ b/lib/Doctrine/ORM/Version.php @@ -36,7 +36,7 @@ class Version /** * Current Doctrine Version */ - const VERSION = '2.2.01-DEV'; + const VERSION = '2.2.0-DEV'; /** * Compares a Doctrine version with the current one.