We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7779a3a commit b8ca1dcCopy full SHA for b8ca1dc
.doctrine-project.json
@@ -10,8 +10,8 @@
10
"slug": "latest"
11
},
12
{
13
- "name": "2.10",
14
- "branchName": "2.10",
+ "name": "2.11",
+ "branchName": "2.11",
15
"current": true
16
}
17
]
lib/Doctrine/Common/Version.php
@@ -18,7 +18,7 @@ class Version
18
/**
19
* Current Doctrine Version.
20
*/
21
- const VERSION = '2.11.0-DEV';
+ const VERSION = '2.11.0';
22
23
24
* Compares a Doctrine version with the current one.
0 commit comments