Bump dev version to 2.3.0
This commit is contained in:
parent
816f709950
commit
a0ba420969
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "doctrine/orm",
|
"name": "doctrine/orm",
|
||||||
"type": "library","version":"2.3.0-BETA1",
|
"type": "library",
|
||||||
"description": "Object-Relational-Mapper for PHP",
|
"description": "Object-Relational-Mapper for PHP",
|
||||||
"keywords": ["orm", "database"],
|
"keywords": ["orm", "database"],
|
||||||
"homepage": "http://www.doctrine-project.org",
|
"homepage": "http://www.doctrine-project.org",
|
||||||
|
|
|
@ -36,7 +36,7 @@ class Version
|
||||||
/**
|
/**
|
||||||
* Current Doctrine Version
|
* Current Doctrine Version
|
||||||
*/
|
*/
|
||||||
const VERSION = '2.3.0-BETA1';
|
const VERSION = '2.3.0-DEV';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compares a Doctrine version with the current one.
|
* Compares a Doctrine version with the current one.
|
||||||
|
|
Loading…
Add table
Reference in a new issue