Skip to content

Commit b8ca1dc

Browse files
committed
Package 2.11.0
1 parent 7779a3a commit b8ca1dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.doctrine-project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"slug": "latest"
1111
},
1212
{
13-
"name": "2.10",
14-
"branchName": "2.10",
13+
"name": "2.11",
14+
"branchName": "2.11",
1515
"current": true
1616
}
1717
]

lib/Doctrine/Common/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Version
1818
/**
1919
* Current Doctrine Version.
2020
*/
21-
const VERSION = '2.11.0-DEV';
21+
const VERSION = '2.11.0';
2222

2323
/**
2424
* Compares a Doctrine version with the current one.

0 commit comments

Comments
 (0)