Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5e19dc

Browse files
committed
Release 2.3.0
1 parent 585c9fd commit b5e19dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doctrine/orm",
3-
"type": "library",
3+
"type": "library","version":"2.3.0",
44
"description": "Object-Relational-Mapper for PHP",
55
"keywords": ["orm", "database"],
66
"homepage": "http://www.doctrine-project.org",

lib/Doctrine/ORM/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Version
3636
/**
3737
* Current Doctrine Version
3838
*/
39-
const VERSION = '2.3.0-DEV';
39+
const VERSION = '2.3.0';
4040

4141
/**
4242
* Compares a Doctrine version with the current one.

0 commit comments

Comments
 (0)