diff --git a/composer.json b/composer.json index fe0388efd..c87258de0 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "doctrine/common", - "type": "library","version":"2.3.0-BETA1", + "type": "library", "description": "Common Library for Doctrine projects", "keywords": ["collections", "spl", "eventmanager", "annotations", "persistence"], "homepage": "http://www.doctrine-project.org", diff --git a/lib/Doctrine/Common/Version.php b/lib/Doctrine/Common/Version.php index 5cad4c684..f865c89ce 100644 --- a/lib/Doctrine/Common/Version.php +++ b/lib/Doctrine/Common/Version.php @@ -36,7 +36,7 @@ class Version /** * Current Doctrine Version */ - const VERSION = '2.3.0-BETA1'; + const VERSION = '2.2.1'; /** * Compares a Doctrine version with the current one.