Skip to content

Commit

Permalink
Package 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 10, 2019
1 parent 7779a3a commit b8ca1dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"slug": "latest"
},
{
"name": "2.10",
"branchName": "2.10",
"name": "2.11",
"branchName": "2.11",
"current": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/Common/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Version
/**
* Current Doctrine Version.
*/
const VERSION = '2.11.0-DEV';
const VERSION = '2.11.0';

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

0 comments on commit b8ca1dc

Please sign in to comment.