Skip to content

Commit

Permalink
Bump dev version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Apr 13, 2012
1 parent 4e9438b commit 62a7260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doctrine/orm",
"type": "library","version":"2.2.2",
"type": "library",
"description": "Object-Relational-Mapper for PHP",
"keywords": ["orm", "database"],
"homepage": "http://www.doctrine-project.org",
Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Version
/**
* Current Doctrine Version
*/
const VERSION = '2.2.2';
const VERSION = '2.2.3-DEV';

/**
* Compares a Doctrine version with the current one.
Expand Down

0 comments on commit 62a7260

Please sign in to comment.